PHPSA\Definition\ClosureDefinition::__construct PHP Метод

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

public __construct ( Closure $statement )
$statement PhpParser\Node\Expr\Closure
    public function __construct(Node\Expr\Closure $statement)
    {
        $this->symbolTable = new SymbolTable();
        $this->statement = $statement;
    }