maxQueryDepthErrorMessage() public static method

public static maxQueryDepthErrorMessage ( $max, $count )
Beispiel #1
0
 /**
  * @param $max
  * @param $count
  *
  * @return string
  */
 protected function getErrorMessage($max, $count)
 {
     return QueryDepth::maxQueryDepthErrorMessage($max, $count);
 }