System\Route::before PHP Méthode

before() public méthode

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