Everzet\PersistedObjects\InMemoryRepository::getAll PHP 메소드

getAll() 공개 메소드

public getAll ( )
    public function getAll()
    {
        return array_values($this->storage);
    }