Stud.IP  jlu_4.3 Revision 64286
index.php File Reference

Functions

if($num_updates)($this->render_partial('admin/plugin/update_info')) ?><? endif ?><? if(count($plugins) count($plugins) count(array_filter( $plugins,( $p) { return $p[ 'enabled'];})) count(array_filter($plugins,($p) { return ! $p['enabled'];}))) ?></div ><?foreach ($plugins as $plugin) ($plugin['enabled']) echo 'checked'
 

Variables

if( $num_updates)( $this->render_partial( 'admin/plugin/update_info')) ?><? endif ?><? if(count( $plugins) else
 
if(! $plugin['enabled']) echo 'class type enabled class
 

Function Documentation

◆ ($plugins as $plugin)()

if( $num_updates)( $this->render_partial( 'admin/plugin/update_info')) ?><? endif ?><? if(count( $plugins) count( $plugins) count(array_filter($plugins, ($p) { return $p['enabled'];})) count(array_filter( $plugins, ( $p) { return ! $p[ 'enabled'];}))) ?></div ><?foreach ( $plugins as $plugin) (   $plugin[ 'enabled'])

Variable Documentation

◆ class

array key is name of column value is name of ArrayObject class

name where items have to be children of in order to be used with the clipboard. This attribute defaults to 'StudipItem' which means that by default all implementations of StudipItem can be inserted into a clipboard. If only items of a special implementation of StudipItem shall be able to be inserted into the clipboard this attribute has to be set to the class name of that implementation.

corresponding to the range-ID specified in the range_id column.

that handles the resource object, defaults to Resource.

which handles the clipboard.

list of columns to deserialize

◆ else

if ($num_updates) ($this->render_partial('admin/plugin/update_info')) ?> <? endif ?> <? if (count($plugins) else
Initial value:
= MessageBox::info(_('Es sind noch keine Plugins in diesem Stud.IP vorhanden.'), [
_('Sie können Plugins aus dem Marktplatz installieren oder manuell hochladen.'),
sprintf(
_('Benutzen Sie dafür die Funktion "%sweitere Plugins installieren%s" in der Info-Box.'),
'<a href="' . $controller->url_for('admin/plugin/search') . '">',
'</a>'
)
])
static info($message, $details=[], $close_details=false)
Definition: MessageBox.class.php:96