Sid Gifari File Manager
🏠 Root
/
home
/
nradmin
/
public_html
/
wp-content
/
plugins
/
forminator
/
library
/
calculator
/
symbol
/
📝 Editing: class-number.php
<?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
❌ Cancel
Sid Gifari File Manager v1.0 | Terminal Auto-Sync Enabled | Current Path: /home/nradmin/public_html/wp-content/plugins/forminator/library/calculator/symbol