Example #1
0
 /**
  * @inheritDoc
  */
 public function related($link, $escape = true)
 {
     if ($link['type'] === 'ctrlnum') {
         return $this->buildCtrlNumRelatedLink($link, $escape);
     } else {
         return parent::related($link, $escape);
     }
 }