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

hasById() public method

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