lithium\data\Collection::closed PHP 메소드

closed() 공개 메소드

Checks to see if this entity has already fetched all available entities and freed the associated result resource.
public closed ( ) : boolean
리턴 boolean Returns true if all entities are loaded and the database resources have been freed, otherwise returns false.
    public function closed()
    {
        return empty($this->_result);
    }