image === null) { $this->image = 'image'; } if ($this->file === null) { $this->file = 'photo'; } if ($this->post === null) { $this->post = 'cropper'; } if ($this->aspectRatio === null) { $this->aspectRatio = '16/9'; } } public function run() { return $this->render('cropperjswidget/modal');; } }