コード例 #1
0
ファイル: creditcard.php プロジェクト: godboko/modules
 public function showOutput(array $data = array())
 {
     $data = $this->assemble_creditcard($data);
     return parent::showOutput($data);
 }
コード例 #2
0
ファイル: address.php プロジェクト: godboko/modules
 public function showOutput(array $data = array())
 {
     $data = $this->assemble_address($data);
     return DataProperty::showOutput($data);
 }