Ejemplo n.º 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);
 }
Ejemplo n.º 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);
 }
 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);
 }