Elgg\RouterTest::foo_page_handler PHP Méthode

foo_page_handler() public méthode

public foo_page_handler ( )
    function foo_page_handler()
    {
        $this->fooHandlerCalls++;
        return true;
    }
RouterTest