コード例 #1
0
ファイル: QuestionToSeller.php プロジェクト: oaki/demoshop
 function __construct(IComponentContainer $parent = NULL, $name = NULL)
 {
     parent::__construct($parent, $name);
     $this->builtForm();
 }