Nextras\Orm\Repository\IdentityMap::hasById PHP Méthode

hasById() public méthode

public hasById ( $id )
    public function hasById($id)
    {
        return isset($this->entities[implode(',', (array) $id)]);
    }