PHP Class Pimcore\Model\Object\Classificationstore\KeyGroupRelation

Inheritance: extends Pimcore\Model\AbstractModel
Afficher le fichier Open project: pimcore/pimcore Class Usage Examples

Méthodes publiques

Свойство Type Description
$definition Field definition
$description The key description.
$enabled boolean
$groupId integer
$groupName string The group name
$keyId integer
$mandatory boolean
$name string The key
$sorter integer
$type Field type

Méthodes publiques

Méthode Description
create ( ) : KeyGroupRelation
getByGroupAndKeyId ( $groupId, $keyId ) : KeyGroupRelation
getDefinition ( ) : mixed
getDescription ( ) : mixed
getGroupId ( ) : integer
getKeyId ( ) : integer
getName ( ) : string
getSorter ( ) : integer
getType ( ) : mixed
isEnabled ( ) : boolean
isMandatory ( ) : boolean
setDefinition ( mixed $definition )
setDescription ( mixed $description )
setEnabled ( boolean $enabled )
setGroupId ( integer $groupId )
setKeyId ( integer $keyId )
setMandatory ( boolean $mandatory )
setName ( string $name )
setSorter ( integer $sorter )
setType ( mixed $type )

Method Details

create() public static méthode

public static create ( ) : KeyGroupRelation
Résultat KeyGroupRelation

getByGroupAndKeyId() public static méthode

public static getByGroupAndKeyId ( $groupId, $keyId ) : KeyGroupRelation
$groupId
$keyId
Résultat KeyGroupRelation

getDefinition() public méthode

public getDefinition ( ) : mixed
Résultat mixed

getDescription() public méthode

public getDescription ( ) : mixed
Résultat mixed

getGroupId() public méthode

public getGroupId ( ) : integer
Résultat integer

getKeyId() public méthode

public getKeyId ( ) : integer
Résultat integer

getName() public méthode

public getName ( ) : string
Résultat string

getSorter() public méthode

public getSorter ( ) : integer
Résultat integer

getType() public méthode

public getType ( ) : mixed
Résultat mixed

isEnabled() public méthode

public isEnabled ( ) : boolean
Résultat boolean

isMandatory() public méthode

public isMandatory ( ) : boolean
Résultat boolean

setDefinition() public méthode

public setDefinition ( mixed $definition )
$definition mixed

setDescription() public méthode

public setDescription ( mixed $description )
$description mixed

setEnabled() public méthode

public setEnabled ( boolean $enabled )
$enabled boolean

setGroupId() public méthode

public setGroupId ( integer $groupId )
$groupId integer

setKeyId() public méthode

public setKeyId ( integer $keyId )
$keyId integer

setMandatory() public méthode

public setMandatory ( boolean $mandatory )
$mandatory boolean

setName() public méthode

public setName ( string $name )
$name string

setSorter() public méthode

public setSorter ( integer $sorter )
$sorter integer

setType() public méthode

public setType ( mixed $type )
$type mixed

Property Details

$definition public_oe property

Field definition
public $definition

$description public_oe property

The key description.
public $description

$enabled public_oe property

public bool $enabled
Résultat boolean

$groupId public_oe property

public int $groupId
Résultat integer

$groupName public_oe property

The group name
public string $groupName
Résultat string

$keyId public_oe property

public int $keyId
Résultat integer

$mandatory public_oe property

public bool $mandatory
Résultat boolean

$name public_oe property

The key
public string $name
Résultat string

$sorter public_oe property

public int $sorter
Résultat integer

$type public_oe property

Field type
public $type