Final Class Yiisoft\Validator\Rule\Image\ImageInfo
| Inheritance | Yiisoft\Validator\Rule\Image\ImageInfo |
|---|
Public Methods
| Method | Description | Defined By |
|---|---|---|
| __construct() | Yiisoft\Validator\Rule\Image\ImageInfo | |
| getHeight() | Yiisoft\Validator\Rule\Image\ImageInfo | |
| getWidth() | Yiisoft\Validator\Rule\Image\ImageInfo |
Method Details
| public mixed __construct ( integer $width, integer $height ) | ||
| $width | integer | |
| $height | integer | |
public function __construct(
private readonly int $width,
private readonly int $height,
) {}
Signup or Login in order to comment.