Nextras\Orm\Repository\IdentityMap::getAll PHP Method

getAll() public method

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