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

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

공개 프로퍼티들

프로퍼티 타입 설명
$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

공개 메소드들

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

메소드 상세

create() 공개 정적인 메소드

public static create ( ) : KeyGroupRelation
리턴 KeyGroupRelation

getByGroupAndKeyId() 공개 정적인 메소드

public static getByGroupAndKeyId ( $groupId, $keyId ) : KeyGroupRelation
$groupId
$keyId
리턴 KeyGroupRelation

getDefinition() 공개 메소드

public getDefinition ( ) : mixed
리턴 mixed

getDescription() 공개 메소드

public getDescription ( ) : mixed
리턴 mixed

getGroupId() 공개 메소드

public getGroupId ( ) : integer
리턴 integer

getKeyId() 공개 메소드

public getKeyId ( ) : integer
리턴 integer

getName() 공개 메소드

public getName ( ) : string
리턴 string

getSorter() 공개 메소드

public getSorter ( ) : integer
리턴 integer

getType() 공개 메소드

public getType ( ) : mixed
리턴 mixed

isEnabled() 공개 메소드

public isEnabled ( ) : boolean
리턴 boolean

isMandatory() 공개 메소드

public isMandatory ( ) : boolean
리턴 boolean

setDefinition() 공개 메소드

public setDefinition ( mixed $definition )
$definition mixed

setDescription() 공개 메소드

public setDescription ( mixed $description )
$description mixed

setEnabled() 공개 메소드

public setEnabled ( boolean $enabled )
$enabled boolean

setGroupId() 공개 메소드

public setGroupId ( integer $groupId )
$groupId integer

setKeyId() 공개 메소드

public setKeyId ( integer $keyId )
$keyId integer

setMandatory() 공개 메소드

public setMandatory ( boolean $mandatory )
$mandatory boolean

setName() 공개 메소드

public setName ( string $name )
$name string

setSorter() 공개 메소드

public setSorter ( integer $sorter )
$sorter integer

setType() 공개 메소드

public setType ( mixed $type )
$type mixed

프로퍼티 상세

$definition 공개적으로 프로퍼티

Field definition
public $definition

$description 공개적으로 프로퍼티

The key description.
public $description

$enabled 공개적으로 프로퍼티

public bool $enabled
리턴 boolean

$groupId 공개적으로 프로퍼티

public int $groupId
리턴 integer

$groupName 공개적으로 프로퍼티

The group name
public string $groupName
리턴 string

$keyId 공개적으로 프로퍼티

public int $keyId
리턴 integer

$mandatory 공개적으로 프로퍼티

public bool $mandatory
리턴 boolean

$name 공개적으로 프로퍼티

The key
public string $name
리턴 string

$sorter 공개적으로 프로퍼티

public int $sorter
리턴 integer

$type 공개적으로 프로퍼티

Field type
public $type