Piwik\Plugins\MobileMessaging\Controller::index PHP Method

index() public method

Mobile Messaging Settings tab : - set delegated management - provide & validate SMS API credential - add & activate phone numbers - check remaining credits
public index ( )
    public function index()
    {
        Piwik::checkUserIsNotAnonymous();
        $view = new View('@MobileMessaging/index');
        $this->setManageVariables($view);
        return $view->render();
    }