lithium\data\Collection::parent()
Returns the object's parent Document
object.
Returns
objectSource
public function parent() {
return $this->_parent;
}
Returns the object's parent Document
object.
public function parent() {
return $this->_parent;
}