Home
last modified time | relevance | path

Searched refs:createFrom (Results 1 – 9 of 9) sorted by relevance

/template/strap/ComboStrap/
DConditionalValue.php73 public static function createFrom($value): ConditionalValue function in ComboStrap\\ConditionalValue
DFetcherCache.php57 public static function createFrom(IFetcher $fetch, array $cacheKeys = []): FetcherCache function in ComboStrap\\FetcherCache
DHorizontal.php46 $conditionalValue = ConditionalValue::createFrom($value);
DFetcherScreenshot.php175 $screenShotPath = FetcherCache::createFrom($this)->getFile();
DFetcherMarkupWebcode.php108 $fetcherCache = FetcherCache::createFrom($this);
DConditionalLength.php71 $conditionalValue = ConditionalValue::createFrom($value);
DFetcherPage.php233 $this->fetcherCache = FetcherCache::createFrom($this, [$layoutName]);
DFetcherSvg.php572 $fetchCache = FetcherCache::createFrom($this);
/template/strap/ComboStrap/TagAttribute/
DToggle.php64 $conditionalValue = ConditionalValue::createFrom($value);