Example #1
0
 /**  Overload parent constructor and pass needed params there */
 public function __construct()
 {
     // Create object instance with fixed parameters
     parent::__construct('navigation', t('Раздел', true), 0, 'navigation', false);
 }
Example #2
0
 /**  Overload parent constructor and pass needed params there */
 public function __construct()
 {
     parent::__construct('control', t('Управление', true), 0, 'control', false);
 }
Example #3
0
 /**  Overload parent constructor and pass needed params there */
 public function __construct()
 {
     parent::__construct('fio', t('ФИО', true), 0, 'fio', false);
 }
Example #4
0
 /**  Overload parent constructor and pass needed params there */
 public function __construct()
 {
     parent::__construct('checkbox', t('#', true), 0, '', false);
 }
Example #5
0
 /**  Overload parent constructor and pass needed params there */
 public function __construct()
 {
     parent::__construct('Published', t('Показывать', true), 11, 'publish');
 }
Example #6
0
 /**  Overload parent constructor and pass needed params there */
 public function __construct()
 {
     // Create object instance with fixed parameters
     parent::__construct('user', t('Автор', true), 0, 'user', false);
 }