コード例 #1
0
 /**
  * {@inheritDoc}
  */
 public static function getSubscribedEvents()
 {
     return parent::getBlogSubscribedEvents(array('core.common' => 'common'));
 }
コード例 #2
0
 /**
  * {@inheritDoc}
  */
 public static function getSubscribedEvents()
 {
     return parent::getBlogSubscribedEvents(array('core.page_footer' => 'page_footer'));
 }
コード例 #3
0
 /**
  * {@inheritDoc}
  */
 public static function getSubscribedEvents()
 {
     return parent::getBlogSubscribedEvents(array('core.append_sid' => 'append_sid'));
 }