Stud.IP  jlu_4.3 Revision 64286
Resources_RoomController Class Reference
Inheritance diagram for Resources_RoomController:
Inheritance graph
Collaboration diagram for Resources_RoomController:
Collaboration graph

Public Member Functions

 before_filter (&$action, &$args)
 
 index_action ($room_id=null)
 
 select_category_action ()
 
 add_action ()
 
 edit_action ($room_id=null)
 
 delete_action ($room_id=null)
 
 assign_action ($room_id=null)
 
- Public Member Functions inherited from StudipController
 before_filter (&$action, &$args)
 
 perform ($unconsumed_path)
 
 after_filter ($action, $args)
 
 validate_args (&$args, $types=null)
 
 url_for ($to='')
 
 link_for ($to='')
 
 relocate ($to)
 
 rescue ($exception)
 
 render_json ($data)
 
 render_csv ($data, $filename=null, $delimiter=';', $enclosure='"')
 
 relay ($to_uri)
 
 perform_relayed ($unconsumed)
 
 render_template_as_string ($template, $layout=null)
 
 __call ($method, $arguments)
 
 has_action ($action)
 
 action_url ($action)
 
 action_link ($action)
 

Protected Member Functions

 addEditDeleteHandler ($mode='edit', $room_id=null)
 
- Protected Member Functions inherited from StudipController
 render_pdf (TCPDF $pdf, $filename, $inline=false)
 
 controller_path ()
 

Protected Attributes

 $with_session = true
 
 $utf8decode_xhr = true
 
- Protected Attributes inherited from StudipController
 $with_session = false
 
 $allow_nobody = true
 
 $_autobind = false
 

Detailed Description

Resources_RoomController contains actions for Room resources.

Member Function Documentation

◆ add_action()

add_action ( )
Here is the call graph for this function:

◆ addEditDeleteHandler()

addEditDeleteHandler (   $mode = 'edit',
  $room_id = null 
)
protected
Here is the call graph for this function:
Here is the caller graph for this function:

◆ assign_action()

assign_action (   $room_id = null)

This action handles booking a room from a resource request. Contrary to the resources/resource/assign action direct booking is not possible here.

Here is the call graph for this function:

◆ before_filter()

before_filter ( $action,
$args 
)

Reimplemented from StudipController.

Here is the call graph for this function:

◆ delete_action()

delete_action (   $room_id = null)
Here is the call graph for this function:

◆ edit_action()

edit_action (   $room_id = null)
Here is the call graph for this function:

◆ index_action()

index_action (   $room_id = null)
Here is the call graph for this function:

◆ select_category_action()

select_category_action ( )
Here is the call graph for this function:

Field Documentation

◆ $utf8decode_xhr

$utf8decode_xhr = true
protected

◆ $with_session

$with_session = true
protected

The documentation for this class was generated from the following file: