Home
last modified time | relevance | path

Searched refs:Lang (Results 1 – 14 of 14) sorted by relevance

/template/strap/ComboStrap/
DLang.php11 class Lang extends MetadataText class
101 public static function createForMarkup(MarkupPath $markup): Lang
103 $lang = new Lang();
112 public static function createFromRequestedMarkup(): Lang
129 public static function createFromValue(string $langValue): Lang
131 $lang = new Lang();
DTemplateForWebPage.php64 private Lang $requestedLang;
197 private function getRequestedLang(): Lang
482 Lang::PROPERTY_NAME => $this->getRequestedLangOrDefault()->getValueOrDefault(),
483 Lang::PROPERTY_DIR_NAME => $this->getRequestedLangOrDefault()->getDirection()
930 function getRequestedLangOrDefault(): Lang
935 return Lang::createFromValue("en");
1021 * @param Lang $requestedLang
1025 function setRequestedLang(Lang $requestedLang): TemplateForWebPage
DDateTag.php38 $lang = Lang::createFromRequestedMarkup()->getValueOrDefault();
93 $lang = $tagAttributes->getComponentAttributeValue(Lang::PROPERTY_NAME);
DMetaManagerForm.php68 Lang::PROPERTY_NAME,
DSite.php287 public static function getLangObject(): Lang
289 return Lang::createFromValue(Site::getLang());
DFetcherPage.php218 $pageLang = Lang::createForMarkup($this->getRequestedPage());
DFetcherPageBundler.php94 $lang = Lang::createForMarkup($startMarkup);
DBootstrap.php422 $direction = Lang::createFromRequestedMarkup()->getDirection();
DDatabasePageRow.php52 Lang::PROPERTY_NAME,
856 Lang::PROPERTY_NAME,
DMarkupPath.php86 * @var Lang
1648 $this->lang = Lang::createForMarkup($this);
DTagAttributes.php611 Lang::processLangAttribute($this);
/template/strap/ComboStrap/Meta/Api/
DMetadataSystem.php20 use ComboStrap\Lang; alias
76 Lang::PROPERTY_NAME => Lang::class,
DMetadata.php26 use ComboStrap\Lang; alias
/template/strap/
Ddeleted.files72 class/Lang.php