System\Route::after PHP Méthode

after() public méthode

Calls after actions
public after ( $response ) : object | null
Résultat object | null
    public function after($response)
    {
        return $this->callback(__METHOD__);
    }