Stud.IP  5.4
studip_controller_properties_trait.php File Reference

Functions

 __isset (string $offset)
 
 __set (string $offset, $value)
 
__get (string $offset)
 
 __unset (string $offset)
 
 get_assigned_variables ()
 

Variables

trait StudipControllerPropertiesTrait
 

Function Documentation

◆ __get()

& __get ( string  $offset)

Returns a previously set variable.

Parameters
string$offset
Returns
mixed

◆ __isset()

__isset ( string  $offset)

Returns whether a variable is set.

Parameters
string$offset
Returns
bool

◆ __set()

__set ( string  $offset,
  $value 
)

Stores a variable.

Parameters
string$offset
mixed$value

◆ __unset()

__unset ( string  $offset)

Unsets a previously set variable

Parameters
string$offset

◆ get_assigned_variables()

get_assigned_variables ( )

Variable Documentation

◆ StudipControllerPropertiesTrait

trait StudipControllerPropertiesTrait
Initial value:
{
protected $_template_variables = []

This trait manages all variable assignments to the controller and templates.

Author
Jan-Hendrik Willms tleil.nosp@m.ax+s.nosp@m.tudip.nosp@m.@gma.nosp@m.il.co.nosp@m.m GPL2 or any later version
Since
Stud.IP 5.2