router::not_found PHP Method

not_found() public method

public not_found ( $callback )
    function not_found($callback)
    {
        self::$not_found = $callback;
    }

Usage Example

Example #1
0
 function not_found($callback)
 {
     self::$not_found = $callback;
 }