PHP 클래스 App\FieldSkins\Category\DefaultSkin

상속: extends Xpressengine\DynamicField\AbstractSkin
파일 보기 프로젝트 열기: xpressengine/xpressengine 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$id

공개 메소드들

메소드 설명
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

메소드 상세

create() 공개 메소드

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

edit() 공개 메소드

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

getPath() 공개 메소드

get view file directory path
public getPath ( ) : string
리턴 string

getSettingsRules() 공개 메소드

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

name() 공개 메소드

get name of skin
public name ( ) : string
리턴 string

output() 공개 메소드

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

show() 공개 메소드

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

프로퍼티 상세

$id 보호되어 있는 정적으로 프로퍼티

protected static $id