render() public method

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