PhpParser\Builder\Property::__construct PHP Метод

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

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