public function init()
 {
     parent::init();
     $this->setName('Headquarters');
     //$this->setLegend('Headquarters/Head Office');
     $this->setLegend('');
 }
Beispiel #2
0
 public function init()
 {
     parent::init();
     $this->setName('Branch');
     $this->setLegend('Branch');
 }