Alex\BehatLauncher\Behat\ProjectList::getAll PHP Method

getAll() public method

Returns all projects.
public getAll ( ) : array
return array an array of Project objects
    public function getAll()
    {
        return $this->projects;
    }