render() public method

public render ( )
Example #1
0
 public function render()
 {
     $this->options(['allowedFileTypes' => ['image']]);
     return parent::render();
 }
Example #2
0
 public function render()
 {
     return parent::render()->with(['preview' => $this->preview()]);
 }