PhpParser\Builder\Property::__construct PHP Method

__construct() public method

Creates a property builder.
public __construct ( string $name )
$name string Name of the property
    public function __construct($name)
    {
        $this->name = $name;
    }