Exemple #1
0
 /**
  * Gets an array of the authorised access levels for the user
  *
  * @return int[]
  */
 public function getAuthorisedViewLevels()
 {
     return array_unique(Get::arrayToIntegers($this->cmsOwnUser->getAuthorisedViewLevels()));
 }