PHPSA\Definition\TraitDefinition::__construct PHP Method

__construct() public method

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