コード例 #1
0
ファイル: File.php プロジェクト: proofek/SQLI_CodeSniffer
 /**
  * Returns the number of events raised.
  *
  * @return int
  */
 public function getEventCount()
 {
     return $this->_events->count();
 }