Skip to content
Extraits de code Groupes Projets
Controller.php 817 octets
Newer Older
  • Learn to ignore specific revisions
  • <?php
    /**
     * Piwik - Open source web analytics
    
     * @link http://piwik.org
     * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
    
     * @category Piwik_Plugins
    
    class Controller extends \Piwik\Plugin\Controller
    
        public function index()
    
                Piwik::translate('CustomVariables_CustomVariables'),
    
                $this->getCustomVariables(true));
    
        public function getCustomVariables()
    
            return $this->renderReport(__FUNCTION__);
    
        public function getCustomVariablesValuesFromNameId()
    
            return $this->renderReport(__FUNCTION__);