コード例 #1
0
 protected function getDescriptionSection()
 {
     // get the usual one and clear out the DestFile
     $descriptor = parent::getDescriptionSection();
     unset($descriptor['DestFile']);
     return $descriptor;
 }