Elgg\RouterTest::foo_page_handler PHP Method

foo_page_handler() public method

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