コード例 #1
0
 function moveBridgeItemDown($time_spent_id, $library_id)
 {
     return parent::_moveBridgeItemDown($this->table, $this->cols, $this->joinTable, $this->joinCol, $this->joinCols, $time_spent_id, $library_id);
 }
コード例 #2
0
 function moveBridgeItemDown($patron_type_id, $library_id)
 {
     return parent::_moveBridgeItemDown($this->table, $this->cols, $this->joinTable, $this->joinCol, $this->joinCols, $patron_type_id, $library_id);
 }
コード例 #3
0
 function moveBridgeItemDown($question_format_id, $library_id)
 {
     return parent::_moveBridgeItemDown($this->table, $this->cols, $this->joinTable, $this->joinCol, $this->joinCols, $question_format_id, $library_id);
 }