Final Class Yiisoft\Validator\Rule\Image\ImageInfo
| Inheritance | Yiisoft\ |
|---|
Public Methods
| Method | Description | Defined By |
|---|---|---|
| __construct() | Yiisoft\ |
|
| getHeight() | Yiisoft\ |
|
| getWidth() | Yiisoft\ |
Method Details
| public mixed __construct ( integer $width, integer $height ) | ||
| $width | integer | |
| $height | integer | |
public function __construct(
private readonly int $width,
private readonly int $height,
) {}
User Contributed Notes
Leave a comment
Join the conversation to share a note.