protected function setupInheritance()
 {
     parent::setupInheritance();
     $this->widgetSchema->setNameFormat('administrador[%s]');
 }
예제 #2
0
 protected function setupInheritance()
 {
     parent::setupInheritance();
     $this->widgetSchema->setNameFormat('academico[%s]');
 }