Stud.IP  4.2 Revision
Admin_LoginStyleController Class Reference
Inheritance diagram for Admin_LoginStyleController:
Inheritance graph
Collaboration diagram for Admin_LoginStyleController:
Collaboration graph

Public Member Functions

 before_filter (&$action, &$args)
 
 index_action ()
 
 newpic_action ()
 
 add_action ()
 
 delete_action ($id)
 
 activation_action ($id, $view, $newStatus)
 
- 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)
 

Protected Member Functions

 setSidebar ()
 

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

◆ activation_action()

activation_action (   $id,
  $view,
  $newStatus 
)

(De-)activate the given picture for given view.

Parameters
$idthe picture to change activation for
$viewone of 'desktop', 'mobile', view to (de-) activate picture for
$newStatusnew activation status for given view.
Here is the call graph for this function:

◆ add_action()

add_action ( )

Adds a new picture ass possible login background.

Here is the call graph for this function:

◆ before_filter()

before_filter ( $action,
$args 
)

common tasks for all actions

Parameters
String$actionAction that has been called
Array$argsList of arguments

Reimplemented from StudipController.

Here is the call graph for this function:

◆ delete_action()

delete_action (   $id)

Deletes the given picture.

Parameters
$idthe picture to delete
Here is the call graph for this function:

◆ index_action()

index_action ( )

Display all available background pictures

Here is the call graph for this function:

◆ newpic_action()

newpic_action ( )

Provides a form for uploading a new picture.

◆ setSidebar()

setSidebar ( )
protected

Adds the content to sidebar

Here is the call graph for this function:
Here is the caller graph for this function:

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