Searched refs:shortBreakpointName (Results 1 – 1 of 1) sorted by relevance
54 private string $shortBreakpointName; variable in ComboStrap\\Breakpoint56 public function __construct(string $shortBreakpointName) argument58 $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;