PHPSA\Definition\ClassMethod::__construct PHP Method

__construct() public method

public __construct ( string $name, ClassMethod $statement, integer $type )
$name string
$statement PhpParser\Node\Stmt\ClassMethod
$type integer
    public function __construct($name, Node\Stmt\ClassMethod $statement, $type)
    {
        $this->name = $name;
        $this->statement = $statement;
        $this->type = $type;
    }