Exemplo n.º 1
0
 /**
  * @param mixed $object
  * @return mixed|string
  */
 public function toString($object)
 {
     return $object instanceof ImageLink && $object->getLabel() ? $object->getLabel() : parent::toString($object);
 }
 /**
  * @param mixed $object
  * @return mixed|string
  */
 public function toString($object)
 {
     return $object instanceof FontTitleDescTarget && $object->getLabel() ? $object->getLabel() : parent::toString($object);
 }
Exemplo n.º 3
0
 /**
  * @param mixed $object
  *
  * @return mixed|string
  */
 public function toString($object)
 {
     return $object instanceof TitleText && $object->getLabel() ? $object->getLabel() : parent::toString($object);
 }
 /**
  * @param mixed $object
  * @return mixed|string
  */
 public function toString($object)
 {
     return $object instanceof TitleSubDescImageTarget && $object->getLabel() ? $object->getLabel() : parent::toString($object);
 }