Exemplo n.º 1
0
 private function loadCommonExcluded($forceReload = false)
 {
     if ($forceReload || !is_array($this->COMMON_EXCLUDED)) {
         $this->COMMON_EXCLUDED = to_array($this->COMMON_EXCLUDED_DI->getArrayFromFile());
     }
     return $this->COMMON_EXCLUDED;
 }