Example #1
0
 /**
  * Get the number of links that this events has
  * 
  * @return int 
  */
 public function getLinkCount()
 {
     return $this->_event->countLinks();
 }