PHP 클래스 Sulu\Component\Rest\ListBuilder\Metadata\General\PropertyMetadata

상속: extends Metadata\PropertyMetadata
파일 보기 프로젝트 열기: sulu/sulu 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( $class, $name )
getCssClass ( ) : string
getDisplay ( ) : string
getFilterType ( ) : string
getFilterTypeParameters ( ) : array
getMinWidth ( ) : integer
getName ( ) : string
getTranslation ( ) : string
getType ( ) : string
getWidth ( ) : integer
isEditable ( ) : boolean
isSortable ( ) : boolean
serialize ( )
setCssClass ( string $cssClass )
setDisplay ( string $display )
setEditable ( boolean $editable )
setFilterType ( string $filterType )
setFilterTypeParameters ( array $parameters )
setMinWidth ( integer $minWidth )
setSortable ( boolean $sortable )
setTranslation ( string $translation )
setType ( string $type )
setWidth ( integer $width )
unserialize ( $str )

메소드 상세

__construct() 공개 메소드

public __construct ( $class, $name )

getCssClass() 공개 메소드

public getCssClass ( ) : string
리턴 string

getDisplay() 공개 메소드

public getDisplay ( ) : string
리턴 string

getFilterType() 공개 메소드

public getFilterType ( ) : string
리턴 string

getFilterTypeParameters() 공개 메소드

public getFilterTypeParameters ( ) : array
리턴 array

getMinWidth() 공개 메소드

public getMinWidth ( ) : integer
리턴 integer

getName() 공개 메소드

public getName ( ) : string
리턴 string

getTranslation() 공개 메소드

public getTranslation ( ) : string
리턴 string

getType() 공개 메소드

public getType ( ) : string
리턴 string

getWidth() 공개 메소드

public getWidth ( ) : integer
리턴 integer

isEditable() 공개 메소드

public isEditable ( ) : boolean
리턴 boolean

isSortable() 공개 메소드

public isSortable ( ) : boolean
리턴 boolean

serialize() 공개 메소드

public serialize ( )

setCssClass() 공개 메소드

public setCssClass ( string $cssClass )
$cssClass string

setDisplay() 공개 메소드

public setDisplay ( string $display )
$display string

setEditable() 공개 메소드

public setEditable ( boolean $editable )
$editable boolean

setFilterType() 공개 메소드

public setFilterType ( string $filterType )
$filterType string

setFilterTypeParameters() 공개 메소드

public setFilterTypeParameters ( array $parameters )
$parameters array

setMinWidth() 공개 메소드

public setMinWidth ( integer $minWidth )
$minWidth integer

setSortable() 공개 메소드

public setSortable ( boolean $sortable )
$sortable boolean

setTranslation() 공개 메소드

public setTranslation ( string $translation )
$translation string

setType() 공개 메소드

public setType ( string $type )
$type string

setWidth() 공개 메소드

public setWidth ( integer $width )
$width integer

unserialize() 공개 메소드

public unserialize ( $str )