lithium\data\Entity::__toString()
Returns a string representation of the Entity
instance, based on the result of the
'title'
meta value of the bound model class.
Returns
stringReturns the generated title of the object.
Source
public function __toString() {
return (string) $this->__call('title', array());
}