__construct() public method

public __construct ( Pinq\Parsing\IFunctionInterpreter $functionInterpreter )
$functionInterpreter Pinq\Parsing\IFunctionInterpreter
Beispiel #1
0
 public function __construct(IScopeBuilder $scopeBuilder)
 {
     parent::__construct($scopeBuilder->getFunctionInterpreter());
     $this->scopeBuilder = $scopeBuilder;
 }