PHP Class Pimcore\Model\Object\BlogCategory

Inheritance: extends Concrete
Mostrar archivo Open project: pimcore/pimcore Class Usage Examples

Public Properties

Property Type Description
$lazyLoadedFields
$localizedfields
$o_classId
$o_className

Protected Properties

Property Type Description
$_relationFields

Public Methods

Method Description
create ( array $values = [] ) : BlogCategory
getLocalizedfields ( ) : Localizedfield Get localizedfields -
getName ( $language = null ) : string Get name - Name
setLocalizedfields ( Localizedfield $localizedfields ) : BlogCategory Set localizedfields -
setName ( string $name, $language = null ) : BlogCategory Set name - Name

Method Details

create() public static method

public static create ( array $values = [] ) : BlogCategory
$values array
return BlogCategory

getLocalizedfields() public method

Get localizedfields -
public getLocalizedfields ( ) : Localizedfield
return Localizedfield

getName() public method

Get name - Name
public getName ( $language = null ) : string
return string

setLocalizedfields() public method

Set localizedfields -
public setLocalizedfields ( Localizedfield $localizedfields ) : BlogCategory
$localizedfields Localizedfield
return BlogCategory

setName() public method

Set name - Name
public setName ( string $name, $language = null ) : BlogCategory
$name string
return BlogCategory

Property Details

$_relationFields protected_oe static_oe property

protected static $_relationFields

$lazyLoadedFields public_oe property

public $lazyLoadedFields

$localizedfields public_oe property

public $localizedfields

$o_classId public_oe property

public $o_classId

$o_className public_oe property

public $o_className