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

public __construct ( Pinq\Parsing\IFunctionInterpreter $functionInterpreter )
$functionInterpreter Pinq\Parsing\IFunctionInterpreter
Пример #1
0
 public function __construct(IFunctionInterpreter $functionInterpreter)
 {
     parent::__construct($functionInterpreter);
 }