Example #1
0
 /**
  * {@inheritDoc}
  */
 public function getOptions()
 {
     $options = parent::getOptions();
     return array_merge($options, array('linkType' => $this->linkType, 'content' => $this->getContent()));
 }