Lines Matching defs:orientation
158 * Get the current browser orientation.
168 * Set the browser orientation. The orientation should either
171 * @param string $orientation
175 public function setScreenOrientation($orientation)
177 $orientation = mb_strtoupper($orientation);
178 if (!in_array($orientation, ['PORTRAIT', 'LANDSCAPE'], true)) {
186 ['orientation' => $orientation]