render() public method

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