setDefaultAction() setDefaultAction(string $default) : \Pop\Controller\AbstractController Set the default action Parameters string $default Returns \Pop\Controller\AbstractController
dispatch() dispatch(string $action = null, array $params = null) : void Dispatch the controller based on the action Parameters string $action array $params Throws \Pop\Controller\Exception