Pantheon\Terminus\Collections\TerminusCollection::all PHP 메소드

all() 공개 메소드

Retrieves all models TODO: Remove automatic fetching and make fetches explicit
public all ( ) : TerminusModel[]
리턴 TerminusModel[]
    public function all()
    {
        $models = array_values($this->getMembers());
        return $models;
    }