PHP Class App\FieldSkins\Address\DefaultSkin

Inheritance: extends Xpressengine\DynamicField\AbstractSkin
Show file Open project: xpressengine/xpressengine

Protected Properties

Property Type Description
$id
$loaded

Public Methods

Method Description
create ( array $args ) : Illuminate\View\View 등록 form 에 추가될 html 코드 반환 return html tag string
edit ( array $args ) : Illuminate\View\View 수정 form 에 추가될 html 코드 반환 return html tag string
getPath ( ) : string get view file directory path
getSettingsRules ( ) : array 다이나믹필스 생성할 때 스킨 설정에 적용될 rule 반환
name ( ) : string get name of skin
output ( string $name, array $args ) : mixed 데이터 출력

Protected Methods

Method Description
appendScript ( ) }

Method Details

appendScript() protected method

}
protected appendScript ( )

create() public method

등록 form 에 추가될 html 코드 반환 return html tag string
public create ( array $args ) : Illuminate\View\View
$args array parameters
return Illuminate\View\View

edit() public method

수정 form 에 추가될 html 코드 반환 return html tag string
public edit ( array $args ) : Illuminate\View\View
$args array parameters
return Illuminate\View\View

getPath() public method

get view file directory path
public getPath ( ) : string
return string

getSettingsRules() public method

다이나믹필스 생성할 때 스킨 설정에 적용될 rule 반환
public getSettingsRules ( ) : array
return array

name() public method

get name of skin
public name ( ) : string
return string

output() public method

데이터 출력
public output ( string $name, array $args ) : mixed
$name string dynamic field name
$args array 데이터
return mixed

Property Details

$id protected static property

protected static $id

$loaded protected static property

protected static $loaded