コード例 #1
0
 public static function modifyItemData(Kwf_Component_Data $new)
 {
     parent::modifyItemData($new);
     $new->previewImage = $new->getChildComponent('-image');
 }