Exemple #1
0
 /**
  * Get all known core
  */
 public function GetDeveloperDefinitions()
 {
     if (!$this->DeveloperMode) {
         return FALSE;
     }
     return $this->DeveloperContainer->Get('.');
 }