コード例 #1
0
ファイル: 20140326.php プロジェクト: Sywooch/forums
 protected function _runOnceInLastListener()
 {
     if (!$this->_isLastListenerToBeCalled()) {
         return;
     }
     if (!isset(self::$_checkForCopyright)) {
         self::$_checkForCopyright = true;
         $this->_removeUnwantedCopyrightNotice();
     }
 }