コード例 #1
0
ファイル: thumbnail.php プロジェクト: ForAEdesWeb/AEW3
 /**
  * Method to get the record form.
  *
  * @param    array      $data        An optional array of data for the form to interogate.
  * @param    boolean    $loadData    True if the form is to load its own data (default case), false if not.
  * 
  * @return    JForm    A JForm object on success, false on failure
  * @since    1.6
  */
 public function getForm($data = array(), $loadData = true)
 {
     $form = parent::getForm($data, $loadData);
     return $form;
 }