lithium\data\Entity::parent()

public method

Returns the parent object of this object, if any.

Returns

object

Returns the object that contains this object, or null.

Source

	public function parent() {
		return $this->_parent;
	}