Exemplo n.º 1
0
 /**
  * Tells whether current request is fictive, i.e. a bot request etc.
  * @return bool
  */
 protected function _isFictiveRequest()
 {
     return TriggMine_Helper::isRobotRequest();
 }