Alex\BehatLauncher\Behat\ProjectList::getAll PHP Méthode

getAll() public méthode

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