Home
last modified time | relevance | path

Searched refs:getValueAsInteger (Results 1 – 3 of 3) sorted by relevance

/plugin/combo/ComboStrap/Tag/
H A DTableTag.php50 $position = $tagAttributes->getValueAsInteger(PluginUtility::POSITION);
/plugin/combo/ComboStrap/
H A DBrandTag.php200 $width = $brandAttributes->getValueAsInteger(Dimension::WIDTH_KEY);
H A DTagAttributes.php1390 public function getValueAsInteger(string $WIDTH_KEY, ?int $default = null): ?int function in ComboStrap\\TagAttributes