예제 #1
0
 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);
 }