TOKEN_TYPE_NOOP
TOKEN_TYPE_NOOP = 'Noop'
PHPExcel_Calculation_FormulaToken
$_value : string
Value
$_tokenType : string
Token Type (represented by TOKEN_TYPE_*)
$_tokenSubType : string
Token SubType (represented by TOKEN_SUBTYPE_*)
__construct(string $pValue, string $pTokenType = PHPExcel_Calculation_FormulaToken::TOKEN_TYPE_UNKNOWN, string $pTokenSubType = PHPExcel_Calculation_FormulaToken::TOKEN_SUBTYPE_NOTHING) : mixed
Create a new PHPExcel_Calculation_FormulaToken
string | $pValue | |
string | $pTokenType | Token type (represented by TOKEN_TYPE_*) |
string | $pTokenSubType | Token Subtype (represented by TOKEN_SUBTYPE_*) |