Alex\BehatLauncher\Behat\ProjectList::getAll PHP 메소드

getAll() 공개 메소드

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