Autarky\Routing\Route::getAfterHooks PHP 메소드

getAfterHooks() 공개 메소드

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