Наследование: extends AbstractQuerySecurity
Пример #1
0
 /**
  * @param $max
  * @param $count
  *
  * @return string
  */
 protected function getErrorMessage($max, $count)
 {
     return QueryDepth::maxQueryDepthErrorMessage($max, $count);
 }