PHP Class Pimcore\Model\Object\Classificationstore\CollectionGroupRelation

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

Méthodes publiques

Свойство Type Description
$colId integer
$description The key description.
$groupId integer
$name string The key
$sorter integer

Méthodes publiques

Méthode Description
create ( ) : CollectionGroupRelation
getColId ( ) : integer
getDescription ( ) : mixed
getGroupId ( ) : integer
getName ( ) : string
getSorter ( ) : integer
setColId ( integer $colId )
setDescription ( mixed $description )
setGroupId ( integer $groupId )
setName ( string $name )
setSorter ( integer $sorter )

Method Details

create() public static méthode

public static create ( ) : CollectionGroupRelation
Résultat CollectionGroupRelation

getColId() public méthode

public getColId ( ) : integer
Résultat integer

getDescription() public méthode

public getDescription ( ) : mixed
Résultat mixed

getGroupId() public méthode

public getGroupId ( ) : integer
Résultat integer

getName() public méthode

public getName ( ) : string
Résultat string

getSorter() public méthode

public getSorter ( ) : integer
Résultat integer

setColId() public méthode

public setColId ( integer $colId )
$colId integer

setDescription() public méthode

public setDescription ( mixed $description )
$description mixed

setGroupId() public méthode

public setGroupId ( integer $groupId )
$groupId integer

setName() public méthode

public setName ( string $name )
$name string

setSorter() public méthode

public setSorter ( integer $sorter )
$sorter integer

Property Details

$colId public_oe property

public int $colId
Résultat integer

$description public_oe property

The key description.
public $description

$groupId public_oe property

public int $groupId
Résultat integer

$name public_oe property

The key
public string $name
Résultat string

$sorter public_oe property

public int $sorter
Résultat integer