コード例 #1
0
ファイル: NationalRoaming.php プロジェクト: ngchie/system
 public function __construct($options)
 {
     parent::__construct(array_merge($options, array('report_type' => 'national_roaming')));
 }
コード例 #2
0
ファイル: Wholesale.php プロジェクト: ngchie/system
 public function __construct($options)
 {
     parent::__construct(array_merge($options, array('report_type' => 'wholesale')));
 }