Exemplo n.º 1
0
 /**
  * Any string
  * @return string
  */
 public function getDescription()
 {
     $result = $this->object->getDescription();
     return $result === $this->object ? $this : $result;
 }