58 $this->tree = $DIC->repositoryTree();
69 if (self::$instance != null) {
70 return self::$instance;
102 $_SESSION[
'il_cont_admin_panel'] =
false;
112 if (!isset($mv_status)) {
113 if (!$this->active) {
115 return $mv_status =
false;
120 return $mv_status =
false;
127 return $mv_status =
false;
129 return $mv_status =
true;
142 if (!$this->active || !(
int) $a_ref_id) {
147 if (!in_array($a_ref_id, $this->container_items) and
163 $this->active =
true;
173 $this->active =
false;
174 $this->container = null;
175 unset(
$_SESSION[
'member_view_container']);
217 $this->enabled =
true;
219 if (isset(
$_SESSION[
'member_view_container'])) {
220 $this->active =
true;
221 $this->container = (int)
$_SESSION[
'member_view_container'];
231 if ((
int)
$_GET[
'ref_id']) {
232 return $this->current_ref_id = (int) $_GET[
'ref_id'];
235 $target_arr = explode(
'_', (
string) $_GET[
'target']);
237 $this->current_ref_id = (int) $target_arr[1];
getContainer()
Returns $container.
toggleActivation($a_ref_id, $a_activation)
Toggle activation status.
setContainer($container)
Sets $container.
activate($a_ref_id)
Enable member view for this session and container.
getCurrentRefId()
Get current ref_id of request.
isActiveForRefId($a_ref_id)
Check if member view is currently enabled for given ref id.
isActive()
Check if member view currently enabled.
isEnabled()
Check if members view is enabled in the administration.
findEffectiveRefId()
Find effective ref_id for request.
__construct()
Constructor (singleton)
deactivate()
Deactivate member view.