Lines Matching defs:cando
23 protected $cando = [
42 * able to operate. Set capabilities in $this->cando
68 return array_keys($this->cando);
74 * Checks the capabilities set in the $this->cando array and
90 return ($this->cando['modPass'] ||
91 $this->cando['modName'] ||
92 $this->cando['modMail']);
95 return ($this->cando['modPass'] ||
96 $this->cando['modName'] ||
97 $this->cando['modMail'] ||
98 $this->cando['modLogin'] ||
99 $this->cando['modGroups'] ||
100 $this->cando['modMail']);
103 if (!isset($this->cando[$cap])) {
106 return $this->cando[$cap];
162 * Set $this->cando['external'] = true when implemented
254 if (!$this->cando['external']) msg("no valid authorisation system in use", -1);