Skip to content

API Routers RouterHelpers

Christophe SAUVEUR edited this page Sep 29, 2024 · 2 revisions

RouterHelpers Class

chsxf\MFX\Routers

final class RouterHelpers

Summary

Since 1.0

Methods

check404file

public static function check404file(array $routeParams)

Checks if the request could be referring to a missing file and replies a 404 HTTP error code

Since 1.0

Parameters

Name Type Description
$routeParams array Request route parameters

Clone this wiki locally