Pinq\Queries\Builders\BaseQueryBuilder::__construct PHP Метод

__construct() публичный Метод

public __construct ( Pinq\Parsing\IFunctionInterpreter $functionInterpreter )
$functionInterpreter Pinq\Parsing\IFunctionInterpreter
    public function __construct(IFunctionInterpreter $functionInterpreter)
    {
        $this->functionInterpreter = $functionInterpreter;
    }

Usage Example

Пример #1
0
 public function __construct(IScopeBuilder $scopeBuilder)
 {
     parent::__construct($scopeBuilder->getFunctionInterpreter());
     $this->scopeBuilder = $scopeBuilder;
 }