PHP Class Zephir\Operators\Other\FetchOperator

Fetch is a special operator that checks if an expression 'isset' and then obtain the value without calculating the hash key twice
Inheritance: extends Zephir\Operators\BaseOperator
Show file Open project: phalcon/zephir Class Usage Examples

Public Methods

Method Description
compile ( array $expression, Zephir\CompilationContext $compilationContext ) : Zephir\CompiledExpression

Method Details

compile() public method

public compile ( array $expression, Zephir\CompilationContext $compilationContext ) : Zephir\CompiledExpression
$expression array
$compilationContext Zephir\CompilationContext
return Zephir\CompiledExpression