🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-06 21:29:18 | PHP 8.2.32
📂
/ (Root)
/
home
/
eliteewa
/
public_html
/
wp-content
/
plugins
/
forminator
/
library
/
calculator
/
symbol
📍 /home/eliteewa/public_html/wp-content/plugins/forminator/library/calculator/symbol
🔄 Refresh
✏️
Editing: class-number.php
Writable
<?php /** * The Forminator_Calculator_Symbol_Number class. * * @package Forminator */ /** * This class is the class that represents symbols of type "number". * Numbers are completely handled by the tokenizer/parser so there is no need to * create more than this concrete, empty number class that does not specify * a textual representation of numbers (numbers always consist of digits * and may include a single dot). */ class Forminator_Calculator_Symbol_Number extends Forminator_Calculator_Symbol_Abstract { }
💾 Save Changes
❌ Cancel