Stud.IP  trunk Revision
HelpContentController Class Reference
Inheritance diagram for HelpContentController:
Inheritance graph
Collaboration diagram for HelpContentController:
Collaboration graph

Public Member Functions

 before_filter (&$action, &$args)
 
 admin_overview_action ()
 
 admin_conflicts_action ()
 
 resolve_conflict_action ($id, $mode)
 
 add_action ()
 
 edit_action ($id)
 
 store_action ($id='')
 
 store_settings_action ()
 
 delete_action ($id)
 
- 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)
 

Additional Inherited Members

- Protected Member Functions inherited from StudipController
 controller_path ()
 
- Protected Attributes inherited from AuthenticatedController
 $with_session = true
 
 $allow_nobody = false
 
- Protected Attributes inherited from StudipController
 $with_session = false
 
 $allow_nobody = true
 
 $_autobind = false
 

Member Function Documentation

◆ add_action()

add_action ( )

add new help content

Here is the call graph for this function:

◆ admin_conflicts_action()

admin_conflicts_action ( )

Administration page for help content conflicts

Here is the call graph for this function:

◆ admin_overview_action()

admin_overview_action ( )

Administration page for help content

Here is the call graph for this function:

◆ before_filter()

before_filter ( $action,
$args 
)

Callback function being called before an action is executed.

Here is the call graph for this function:

◆ delete_action()

delete_action (   $id)

delete help content

Parameters
String$idid of help content
Here is the call graph for this function:

◆ edit_action()

edit_action (   $id)

edit help content

Parameters
String$idid of help content
Here is the call graph for this function:

◆ resolve_conflict_action()

resolve_conflict_action (   $id,
  $mode 
)

resolves help content conflict

Parameters
String$idid of help content
Here is the call graph for this function:

◆ store_action()

store_action (   $id = '')

Store changes

Parameters
string$id
Exceptions
InvalidSecurityTokenException
Here is the call graph for this function:

◆ store_settings_action()

store_settings_action ( )

save settings

Here is the call graph for this function:

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