Alex\BehatLauncher\Behat\ProjectProperty::__construct PHP Method

__construct() public method

public __construct ( Project $project = null, $name = null, $default = null )
$project Project
    public function __construct(Project $project = null, $name = null, $default = null)
    {
        $this->project = $project;
        $this->name = $name;
        $this->default = null;
    }