System\Route::before PHP Method

before() public method

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