Stud.IP  3.1 Revision 48552
 All Data Structures Namespaces Files Functions Variables Groups Pages
Admin_DatafieldsController Class Reference
Inheritance diagram for Admin_DatafieldsController:
Inheritance graph
Collaboration diagram for Admin_DatafieldsController:
Collaboration graph

Public Member Functions

 before_filter (&$action, &$args)
 index_action ($class=null)
 edit_action ($datafield_id)
 new_action ($type=null)
 delete_action ($datafield_id)
- Public Member Functions inherited from AuthenticatedController
 after_filter ($action, $args)
- Public Member Functions inherited from StudipController
 validate_args (&$args, $types=NULL)
 url_for ($to= '')
 link_for ($to= '')
 rescue ($exception)
 setInfoBoxImage ($image)
 addToInfobox ($category, $text, $icon= 'blank.gif')
 render_json ($data)
 relay ($to_uri)
 perform_relayed ($unconsumed)
 render_template_as_string ($template, $layout=null)

Data Fields

 $user_status

Additional Inherited Members

- Protected Member Functions inherited from StudipController
 populateInfobox ()
- Protected Attributes inherited from AuthenticatedController
 $allow_nobody = false

Member Function Documentation

before_filter ( $action,
$args 
)

Common tasks for all actions.

Reimplemented from AuthenticatedController.

Here is the call graph for this function:

delete_action (   $datafield_id)

Delete a datafield

Parameters
md5$datafield_id
string$name

Here is the call graph for this function:

edit_action (   $datafield_id)

Edit a datatyp

Parameters
md5$datafield_id

Here is the call graph for this function:

index_action (   $class = null)

Maintenance view for the datafield view

Parameters
$classstatic types for datafields

Here is the call graph for this function:

new_action (   $type = null)

Create a new Datafield

Parameters
$typestatic types for datafields

Here is the call graph for this function:

Field Documentation

$user_status
Initial value:
array(
'user' => 1,
'autor' => 2,
'tutor' => 4,
'dozent' => 8,
'admin' => 16,
'root' => 32,
)

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