Lines Matching refs:library
209 private $library; variable in ComboStrap\\IconDownloader
290 private static function getPhysicalNameFromDictionary(string $logicalName, string $library) argument
293 $jsonArray = Dictionary::getFrom("$library-icons");
296 LogUtility::msg("The icon ($logicalName) is unknown for the library ($library)");
319 $library = $this->library;
320 if (!in_array($library, array_keys($this->getLibraries()))) {
321 … throw new ExceptionBadArgument("The library ($library) is not a icon library supported");
326 if (isset($acronymLibraries[$library])) {
327 $library = $acronymLibraries[$library];
332 if (!isset($iconLibraries[$library])) {
333 …throw new ExceptionCompile("The icon library ($library) is unknown. The icon could not be download…
335 $iconBaseUrl = $iconLibraries[$library];
342 switch ($library) {
589 return $this->library;
604 $this->library = $libraryName;
623 $library = $this->getLibrary();
624 $libraryUrl = @self::ICON_LIBRARY_WEBSITE_URLS[$library];
626 throw new ExceptionNotFound("The url for the library ($library) was not found");