コード例 #1
0
ファイル: Feed.php プロジェクト: energine-cmf/energine
 protected function loadDataDescription()
 {
     $result = parent::loadDataDescription();
     if (isset($result['smap_id'])) {
         $result['smap_id']['key'] = false;
     }
     return $result;
 }