SERVER : premium201.web-hosting.com #1 SMP Wed Mar 26 12:08:09 UTC 2025
SERVER IP : 172.67.162.162 | ADMIN IP 216.73.217.88
OPTIONS : CRL = ON | WGT = ON | SDO = OFF | PKEX = OFF
DEACTIVATED : NONE
Current File : /home/bravetechrwanda/dantho.rw/wp-includes/php-ai-client/src/Files/Enums//MediaOrientationEnum.php
<?php
declare (strict_types=1);
namespace WordPress\AiClient\Files\Enums;
use WordPress\AiClient\Common\AbstractEnum;
/**
* Represents the type of file storage.
*
* @method static self square() Returns the square orientation
* @method static self landscape() Returns the landscape orientation.
* @method static self portrait() Returns the portrait orientation.
* @method bool isSquare() Checks if this is an square orientation
* @method bool isLandscape() Checks if this is a landscape orientation.
* @method bool isPortrait() Checks if this is a portrait orientation.
*
* @since 0.1.0
*/
class MediaOrientationEnum extends AbstractEnum
{
/**
* Square orientation.
*
* @var string
*/
public const SQUARE = 'square';
/**
* Landscape orientation.
*
* @var string
*/
public const LANDSCAPE = 'landscape';
/**
* Portrait orientation.
*
* @var string
*/
public const PORTRAIT = 'portrait';
}
| NAME |
SIZE |
LAST TOUCH |
USER |
CAN-I? |
FUNCTIONS |
| .. | -- | 21 May 2026 3.20 PM | bravetechrwanda / bravetechrwanda | 0755 | |
| | | | | |
| FileTypeEnum.php | 0.711 KB | 21 May 2026 3.20 PM | bravetechrwanda / bravetechrwanda | 0644 | |
| MediaOrientationEnum.php | 0.961 KB | 21 May 2026 3.20 PM | bravetechrwanda / bravetechrwanda | 0644 | |