Example #1
0
 /**
  * Returns the name of corresponding PHP script for the specified query.
  *
  * @param \Fine47\MicroRouter\Interfaces\Query $query to return its script
  * @return string name of corresponding PHP script
  */
 protected function getFilterScriptName(Interfaces\Query $query)
 {
     return strtolower($query->getMethod()) . '.filters.php';
 }