PHP Class App\FieldSkins\Category\DefaultSkin

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

Protected Properties

Property Type Description
$id

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 )
search ( array $args ) : string 리스트에서 검색할 때 검색 form 에 사용될 html 코드 반환 return html tag string
show ( array $args ) : Illuminate\View\View 조회할 때 사용 될 html 코드 반환 return html tag string

Method Details

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 )
$name string
$args array

show() public method

조회할 때 사용 될 html 코드 반환 return html tag string
public show ( array $args ) : Illuminate\View\View
$args array arguments
return Illuminate\View\View

Property Details

$id protected static property

protected static $id