System\Route::after PHP Method

after() public method

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