Pinq\Parsing\FunctionDeclaration::__construct PHP Метод

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

public __construct ( $namespace, $class, $trait, $function, $closureNestingLevel )
    public function __construct($namespace, $class, $trait, $function, $closureNestingLevel)
    {
        $this->namespace = $namespace;
        $this->class = $class;
        $this->trait = $trait;
        $this->function = $function;
        $this->closureNestingLevel = $closureNestingLevel;
    }