Свойство | Тип | Описание | |
---|---|---|---|
$expecting | boolean | ||
$expectingVariable | |||
$id | Unique closure ID | ||
$readOnly | boolean |
Метод | Описание | |
---|---|---|
compile ( array $expression, Zephir\CompilationContext $compilationContext ) : Zephir\CompiledExpression | Creates a closure | |
setExpectReturn ( boolean $expecting, |
Sets if the variable must be resolved into a direct variable symbol create a temporary value or ignore the return value | |
setReadOnly ( boolean $readOnly ) | Sets if the result of the evaluated expression is read only |
public setExpectReturn ( boolean $expecting, |
||
$expecting | boolean | |
$expectingVariable |
public setReadOnly ( boolean $readOnly ) | ||
$readOnly | boolean |
protected Variable,Zephir $expectingVariable | ||
Результат |