コード例 #1
0
ファイル: list.php プロジェクト: lyrasoft/lyrasoft.github.io
 /**
  * Method to set new item ordering as first or last.
  *
  * @param   JTable $table    Item table to save.
  * @param   string $position 'first' or other are last.
  *
  * @return  void
  */
 public function setOrderPosition($table, $position = 'last')
 {
     parent::setOrderPosition($table, $position);
 }