Final Class Yiisoft\Validator\Rule\Image\CompositeImageInfoProvider
| Inheritance | Yiisoft\ |
|---|---|
| Implements | Yiisoft\ |
Public Methods
| Method | Description | Defined By |
|---|---|---|
| __construct() | Yiisoft\ |
|
| get() | Yiisoft\ |
Method Details
| public mixed __construct ( Yiisoft\ | ||
| $providers | Yiisoft\ |
|
public function __construct(
ImageInfoProviderInterface ...$providers,
) {
$this->providers = $providers;
}
User Contributed Notes
Leave a comment
Join the conversation to share a note.