Extends
lithium\util\Collection
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.
Returns
object The pointer or resource from the data sourceSource
public function result() {
return $this->_result;
}