Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DBreakpoint.php54 private string $shortBreakpointName; variable in ComboStrap\\Breakpoint
56 public function __construct(string $shortBreakpointName) argument
58 $this->shortBreakpointName = $shortBreakpointName;
99 if (in_array($this->shortBreakpointName, [Breakpoint::NEVER_NAME, Breakpoint::FLUID])) {
104 $value = self::BREAKPOINTS_TO_PIXELS[$this->shortBreakpointName];
108 …LogUtility::internalError("The breakpoint short name ($this->shortBreakpointName) is unknown, defa…
114 return $this->shortBreakpointName;
119 return $this->shortBreakpointName;