Lines Matching refs:arrSession
37 public $arrSession = array(); // Session content variable in functions\\NagVisualClass
53 * @param array $arrSession PHP Session array
55 public function __construct($arrSession) argument
57 if (isset($arrSession['SETS'])) {
59 $this->arrSettings = $arrSession['SETS'];
61 if (isset($arrSession['domain'])) {
62 $this->intDomainId = $arrSession['domain'];
64 $this->arrSession = $arrSession;
99 if (($this->arrSession['userid'] != 1) && ($intGroupId != 0)) {
106 '`idSlave`=' .$this->arrSession['userid']." AND $strTypeValue";
166 if ($this->arrSession['userid'] == 1) {
179 'WHERE `idSlave`=' . $this->arrSession['userid'] . " AND $strTypeValue";
221 if (!isset($this->arrSession['menu']) || ($this->arrSession['menu'] != 'invisible')) {
466 if ($strRefresh != '' && isset($this->arrSession['refresh']) &&
467 isset($this->arrSession['refresh'][$strRefresh]) &&
468 \is_array($this->arrSession['refresh'][$strRefresh])) {
469 $arrSelected = $this->arrSession['refresh'][$strRefresh];
777 … if (isset($this->arrSession['refresh']) && isset($this->arrSession['refresh']['se_host'])) {
778 $intHostId = $this->arrSession['refresh']['se_host'];
1189 if (!isset($this->arrSession['refresh'])) {
1190 $this->arrSession['refresh'] = array();
1203 if (isset($this->arrSession['refresh'][$strHostVar]) &&
1204 \is_array($this->arrSession['refresh'][$strHostVar])) {
1205 $arrHosts = $this->arrSession['refresh'][$strHostVar];
1228 if (isset($this->arrSession['refresh'][$strHostGroupVar]) &&
1229 \is_array($this->arrSession['refresh'][$strHostGroupVar])) {
1230 $arrHostgroups = $this->arrSession['refresh'][$strHostGroupVar];
1268 … if (\in_array('e' . $elem['id'], $this->arrSession['refresh'][$strHostVar], true)) {
1290 … if (\in_array('e' . $elem['id'], $this->arrSession['refresh'][$strHostGroupVar], true)) {
1303 if (\is_array($this->arrSession['refresh']['sd_host'])) {
1304 $arrHosts = $this->arrSession['refresh']['sd_host'];
1306 if (\is_array($this->arrSession['refresh']['sd_hostgroup'])) {
1307 $arrHostgroups = $this->arrSession['refresh']['sd_hostgroup'];