/** 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); }
/** Overload parent constructor and pass needed params there */ public function __construct() { parent::__construct('control', t('Управление', true), 0, 'control', false); }
/** Overload parent constructor and pass needed params there */ public function __construct() { parent::__construct('fio', t('ФИО', true), 0, 'fio', false); }
/** Overload parent constructor and pass needed params there */ public function __construct() { parent::__construct('checkbox', t('#', true), 0, '', false); }
/** Overload parent constructor and pass needed params there */ public function __construct() { parent::__construct('Published', t('Показывать', true), 11, 'publish'); }
/** 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); }