PHP Class Encore\Admin\Form\Field\Image

Inheritance: extends File
Show file Open project: z-song/laravel-admin

Protected Properties

Property Type Description
$calls
$rules

Public Methods

Method Description
__call ( $method, $arguments )
executeCalls ( $target ) : mixed
prepare ( Symfony\Component\HttpFoundation\File\UploadedFile $image = null )
render ( )

Protected Methods

Method Description
preview ( )

Method Details

__call() public method

public __call ( $method, $arguments )

executeCalls() public method

public executeCalls ( $target ) : mixed
$target
return mixed

prepare() public method

public prepare ( Symfony\Component\HttpFoundation\File\UploadedFile $image = null )
$image Symfony\Component\HttpFoundation\File\UploadedFile

preview() protected method

protected preview ( )

render() public method

public render ( )

Property Details

$calls protected property

protected $calls

$rules protected property

protected $rules