Home
last modified time | relevance | path

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

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