PHP Class App\FieldSkins\Category\DefaultSkin

Inheritance: extends Xpressengine\DynamicField\AbstractSkin
Afficher le fichier Open project: xpressengine/xpressengine Class Usage Examples

Protected Properties

Свойство Type Description
$id

Méthodes publiques

Méthode 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 méthode

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

edit() public méthode

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

getPath() public méthode

get view file directory path
public getPath ( ) : string
Résultat string

getSettingsRules() public méthode

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

name() public méthode

get name of skin
public name ( ) : string
Résultat string

output() public méthode

public output ( string $name, array $args )
$name string
$args array

show() public méthode

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

Property Details

$id protected_oe static_oe property

protected static $id