25 lines
468 B
YAML
25 lines
468 B
YAML
|
name: ImageFile
|
||
|
class_comment: null
|
||
|
dependencies: []
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: __construct
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: '# * Create a new image file rule instance.
|
||
|
|
||
|
# *
|
||
|
|
||
|
# * @return void'
|
||
|
- name: dimensions
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: dimensions
|
||
|
comment: '# * The dimension constraints for the uploaded file.
|
||
|
|
||
|
# *
|
||
|
|
||
|
# * @param \Illuminate\Validation\Rules\Dimensions $dimensions'
|
||
|
traits: []
|
||
|
interfaces: []
|