Nextras\Orm\Repository\IdentityMap::getAll PHP 메소드

getAll() 공개 메소드

public getAll ( ) : Nextras\Orm\Entity\IEntity[]
리턴 Nextras\Orm\Entity\IEntity[]
    public function getAll()
    {
        return $this->entities;
    }