コード例 #1
0
ファイル: address.php プロジェクト: godboko/modules
 function __construct(ObjectDescriptor $descriptor)
 {
     parent::__construct($descriptor);
     $this->tplmodule = 'shop';
     $this->template = 'address';
     $this->filepath = 'modules/shop/xarproperties';
 }
コード例 #2
0
ファイル: creditcardnumber.php プロジェクト: godboko/modules
 function __construct(ObjectDescriptor $descriptor)
 {
     parent::__construct($descriptor);
     $this->tplmodule = 'shop';
     $this->filepath = 'modules/shop/xarproperties';
     // check validation for allowed values
     if (!empty($this->validation)) {
         $this->parseValidation($this->validation);
     }
 }