lithium\data\Collection::result PHP Method

result() public method

Return's the pointer or resource that is used to load entities from the backend data source that originated this collection. This is useful in many cases for additional methods related to debugging queries.
public result ( ) : object
return object The pointer or resource from the data source
    public function result()
    {
        return $this->_result;
    }