Ejemplo n.º 1
0
 public function __construct()
 {
     parent::__construct();
     $this->_title = __('Profile');
     $this->_query_string = parent::__buildQueryString(array('profile'));
     if (!empty($this->_query_string)) {
         $this->_query_string = '&' . General::sanitize($this->_query_string);
     }
 }
Ejemplo n.º 2
0
 public function __construct()
 {
     parent::__construct();
     $this->_title = __('Debug');
     $this->_query_string = parent::__buildQueryString(array('symphony-page', 'debug'));
     if (!empty($this->_query_string)) {
         $this->_query_string = '&' . General::sanitize($this->_query_string);
     }
 }