PHP Class Sulu\Component\Rest\ListBuilder\Metadata\General\PropertyMetadata

Inheritance: extends Metadata\PropertyMetadata
Mostra file Open project: sulu/sulu Class Usage Examples

Public Methods

Method Description
__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 )

Method Details

__construct() public method

public __construct ( $class, $name )

getCssClass() public method

public getCssClass ( ) : string
return string

getDisplay() public method

public getDisplay ( ) : string
return string

getFilterType() public method

public getFilterType ( ) : string
return string

getFilterTypeParameters() public method

public getFilterTypeParameters ( ) : array
return array

getMinWidth() public method

public getMinWidth ( ) : integer
return integer

getName() public method

public getName ( ) : string
return string

getTranslation() public method

public getTranslation ( ) : string
return string

getType() public method

public getType ( ) : string
return string

getWidth() public method

public getWidth ( ) : integer
return integer

isEditable() public method

public isEditable ( ) : boolean
return boolean

isSortable() public method

public isSortable ( ) : boolean
return boolean

serialize() public method

public serialize ( )

setCssClass() public method

public setCssClass ( string $cssClass )
$cssClass string

setDisplay() public method

public setDisplay ( string $display )
$display string

setEditable() public method

public setEditable ( boolean $editable )
$editable boolean

setFilterType() public method

public setFilterType ( string $filterType )
$filterType string

setFilterTypeParameters() public method

public setFilterTypeParameters ( array $parameters )
$parameters array

setMinWidth() public method

public setMinWidth ( integer $minWidth )
$minWidth integer

setSortable() public method

public setSortable ( boolean $sortable )
$sortable boolean

setTranslation() public method

public setTranslation ( string $translation )
$translation string

setType() public method

public setType ( string $type )
$type string

setWidth() public method

public setWidth ( integer $width )
$width integer

unserialize() public method

public unserialize ( $str )