コード例 #1
0
 public function init()
 {
     parent::init();
     $this->setName('Headquarters');
     //$this->setLegend('Headquarters/Head Office');
     $this->setLegend('');
 }
コード例 #2
0
ファイル: Branch.php プロジェクト: brunopbaffonso/ongonline
 public function init()
 {
     parent::init();
     $this->setName('Branch');
     $this->setLegend('Branch');
 }