Autarky\Routing\Route::getAfterHooks PHP Method

getAfterHooks() public method

Get the route's after hooks.
public getAfterHooks ( ) : string[]
return string[]
    public function getAfterHooks()
    {
        return isset($this->options['after']) ? $this->options['after'] : [];
    }