PHP 클래스 Encore\Admin\Form\Field\Image

상속: extends File
파일 보기 프로젝트 열기: z-song/laravel-admin

보호된 프로퍼티들

프로퍼티 타입 설명
$calls
$rules

공개 메소드들

메소드 설명
__call ( $method, $arguments )
executeCalls ( $target ) : mixed
prepare ( Symfony\Component\HttpFoundation\File\UploadedFile $image = null )
render ( )

보호된 메소드들

메소드 설명
preview ( )

메소드 상세

__call() 공개 메소드

public __call ( $method, $arguments )

executeCalls() 공개 메소드

public executeCalls ( $target ) : mixed
$target
리턴 mixed

prepare() 공개 메소드

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

preview() 보호된 메소드

protected preview ( )

render() 공개 메소드

public render ( )

프로퍼티 상세

$calls 보호되어 있는 프로퍼티

protected $calls

$rules 보호되어 있는 프로퍼티

protected $rules