Ejemplo n.º 1
0
 public function init()
 {
     parent::init();
     $this->setName('Headquarters');
     //$this->setLegend('Headquarters/Head Office');
     $this->setLegend('');
 }
Ejemplo n.º 2
0
 public function init()
 {
     parent::init();
     $this->setName('Branch');
     $this->setLegend('Branch');
 }