Stud.IP  5.4
Admin_PluginController Class Reference
Inheritance diagram for Admin_PluginController:
AuthenticatedController StudipController

Public Member Functions

 before_filter (&$action, &$args)
 
 index_action ()
 
 save_action ()
 
 search_action ()
 
 install_action ()
 
 internal_install_action ()
 
 ask_delete_action ($plugin_id)
 
 delete_action ($plugin_id)
 
 download_action ($plugin_id)
 
 install_updates_action ()
 
 internal_install_updates_action ()
 
 manifest_action ($plugin_id)
 
 migrate_action ($plugin_id)
 
 unregistered_action ()
 
 register_action ($number)
 
 edit_automaticupdate_action ($plugin_id=null)
 
 edit_description_action (Plugin $plugin)
 
- Public Member Functions inherited from AuthenticatedController
 before_filter (&$action, &$args)
 
- Public Member Functions inherited from StudipController
 before_filter (&$action, &$args)
 
 erase_response ()
 
 perform ($unconsumed_path)
 
 after_filter ($action, $args)
 
 validate_args (&$args, $types=null)
 
 url_for ($to='')
 
 link_for ($to='')
 
 redirect ($to)
 
 relocate ($to)
 
 rescue ($exception)
 
 render_json ($data)
 
 render_csv ($data, $filename=null, $delimiter=';', $enclosure='"')
 
 render_file ( $file, $filename=null, $content_type=null, $content_disposition='attachment', Closure $callback=null, $chunk_size=262144)
 
 render_temporary_file ( $file, $filename=null, $content_type=null, $content_disposition='attachment', Closure $callback=null, $chunk_size=262144)
 
 render_form (\Studip\Forms\Form $form)
 
 relay ($to_uri)
 
 relayWithRedirect (... $args)
 
 perform_relayed ($unconsumed)
 
 render_template_as_string ($template, $layout=null)
 
 __call ($method, $arguments)
 
 has_action ($action)
 
 action_url ($action)
 
 action_link ($action)
 
 validate_datetime ($datetime, $format='H:i')
 
 render_spreadsheet (array $header, array $data, string $format, string $filename, ?string $filepath=null)
 

Additional Inherited Members

- Protected Member Functions inherited from AuthenticatedController
 keepRequest ()
 
- Protected Member Functions inherited from StudipController
 render_pdf (TCPDF $pdf, $filename, $inline=false)
 
 controller_path ()
 
 getBodyElementIdForControllerAndAction ($unconsumed_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

◆ ask_delete_action()

ask_delete_action (   $plugin_id)

Ask for confirmation from the user before deleting a plugin.

Parameters
int$plugin_idid of plugin to delete

◆ before_filter()

before_filter ( $action,
$args 
)

Common tasks for all actions.

◆ delete_action()

delete_action (   $plugin_id)

Completely delete a plugin from the system.

Parameters
int$plugin_idid of plugin to delete

◆ download_action()

download_action (   $plugin_id)

Download a ZIP file containing the given plugin.

Parameters
int$plugin_idid of plugin to download

◆ edit_automaticupdate_action()

edit_automaticupdate_action (   $plugin_id = null)

◆ edit_description_action()

edit_description_action ( Plugin  $plugin)

◆ index_action()

index_action ( )

Display the list of installed plugins and show all available updates (if any).

◆ install_action()

install_action ( )

Install a given plugin, either by URL (from the repository) or using a file uploaded by the administrator.

◆ install_updates_action()

install_updates_action ( )

Install updates for all selected plugins.

◆ internal_install_action()

internal_install_action ( )

Install a given plugin, either by URL (from the repository) or using a file uploaded by the administrator. Note: This action is only called internally via redirect.

◆ internal_install_updates_action()

internal_install_updates_action ( )

Install updates for all selected plugins. Note: This action is only called internally via redirect.

◆ manifest_action()

manifest_action (   $plugin_id)

Show a page describing this plugin's meta data and description, if available.

Parameters
int$plugin_idif of plugin to show manifest

◆ migrate_action()

migrate_action (   $plugin_id)

migrate a plugin to top version

Parameters
int$plugin_idid of plugin to migrate

◆ register_action()

register_action (   $number)

register a plugin in database when it already exists in file system

Parameters
int$numbernumber of found plugin

◆ save_action()

save_action ( )

Save the modified plugin configuration (status and position).

◆ search_action()

search_action ( )

Search the list of available plugins or display the most recommended plugins if the user did not trigger a search.

◆ unregistered_action()

unregistered_action ( )

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