Stud.IP  4.2 Revision
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)
 
 config_action ($datafield_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)
 

Data Fields

 $user_status
 

Additional Inherited Members

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

Member Function Documentation

◆ before_filter()

before_filter ( $action,
$args 
)

Common tasks for all actions.

Here is the call graph for this function:

◆ config_action()

config_action (   $datafield_id)

Configures a datafield

Parameters
String$datafield_idDatafield id
Here is the call graph for this function:

◆ delete_action()

delete_action (   $datafield_id)

Delete a datafield

Parameters
md5$datafield_id
string$name
Here is the call graph for this function:

◆ edit_action()

edit_action (   $datafield_id)

Edit a datatyp

Parameters
md5$datafield_id
Here is the call graph for this function:

◆ index_action()

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()

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

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

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