PHP 클래스 Pimcore\Model\Object\Classificationstore\CollectionGroupRelation

상속: extends Pimcore\Model\AbstractModel
파일 보기 프로젝트 열기: pimcore/pimcore 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$colId integer
$description The key description.
$groupId integer
$name string The key
$sorter integer

공개 메소드들

메소드 설명
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 )

메소드 상세

create() 공개 정적인 메소드

public static create ( ) : CollectionGroupRelation
리턴 CollectionGroupRelation

getColId() 공개 메소드

public getColId ( ) : integer
리턴 integer

getDescription() 공개 메소드

public getDescription ( ) : mixed
리턴 mixed

getGroupId() 공개 메소드

public getGroupId ( ) : integer
리턴 integer

getName() 공개 메소드

public getName ( ) : string
리턴 string

getSorter() 공개 메소드

public getSorter ( ) : integer
리턴 integer

setColId() 공개 메소드

public setColId ( integer $colId )
$colId integer

setDescription() 공개 메소드

public setDescription ( mixed $description )
$description mixed

setGroupId() 공개 메소드

public setGroupId ( integer $groupId )
$groupId integer

setName() 공개 메소드

public setName ( string $name )
$name string

setSorter() 공개 메소드

public setSorter ( integer $sorter )
$sorter integer

프로퍼티 상세

$colId 공개적으로 프로퍼티

public int $colId
리턴 integer

$description 공개적으로 프로퍼티

The key description.
public $description

$groupId 공개적으로 프로퍼티

public int $groupId
리턴 integer

$name 공개적으로 프로퍼티

The key
public string $name
리턴 string

$sorter 공개적으로 프로퍼티

public int $sorter
리턴 integer