not_found() public method

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