Exemplo n.º 1
0
Arquivo: Assets.php Projeto: acp3/core
 /**
  * @return string
  */
 public function getEnabledLibrariesAsString()
 {
     if (empty($this->enabledLibraries)) {
         $this->enabledLibraries = implode(',', $this->libraries->getEnabledLibraries());
     }
     return $this->enabledLibraries;
 }