PHP 클래스 Pimcore\Model\Glossary

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

공개 프로퍼티들

프로퍼티 타입 설명
$abbr string
$acronym string
$casesensitive boolean
$creationDate integer
$exactmatch boolean
$id integer
$language string
$link string
$modificationDate integer
$site integer
$text string

공개 메소드들

메소드 설명
create ( ) : Glossary
getAbbr ( ) : string
getAcronym ( ) : string
getById ( integer $id ) : Glossary
getCasesensitive ( ) : boolean
getCreationDate ( ) : integer
getExactmatch ( ) : boolean
getId ( ) : integer
getLanguage ( ) : string
getLink ( ) : string
getModificationDate ( ) : integer
getSite ( ) : integer
getText ( ) : string
setAbbr ( string $abbr ) : void
setAcronym ( string $acronym ) : void
setCasesensitive ( $casesensitive )
setCreationDate ( $creationDate )
setExactmatch ( $exactmatch )
setId ( integer $id )
setLanguage ( string $language ) : void
setLink ( string $link ) : void
setModificationDate ( $modificationDate )
setSite ( $site )
setText ( string $text ) : void

메소드 상세

create() 공개 정적인 메소드

public static create ( ) : Glossary
리턴 Glossary

getAbbr() 공개 메소드

public getAbbr ( ) : string
리턴 string

getAcronym() 공개 메소드

public getAcronym ( ) : string
리턴 string

getById() 공개 정적인 메소드

public static getById ( integer $id ) : Glossary
$id integer
리턴 Glossary

getCasesensitive() 공개 메소드

public getCasesensitive ( ) : boolean
리턴 boolean

getCreationDate() 공개 메소드

public getCreationDate ( ) : integer
리턴 integer

getExactmatch() 공개 메소드

public getExactmatch ( ) : boolean
리턴 boolean

getId() 공개 메소드

public getId ( ) : integer
리턴 integer

getLanguage() 공개 메소드

public getLanguage ( ) : string
리턴 string

getModificationDate() 공개 메소드

public getModificationDate ( ) : integer
리턴 integer

getSite() 공개 메소드

public getSite ( ) : integer
리턴 integer

getText() 공개 메소드

public getText ( ) : string
리턴 string

setAbbr() 공개 메소드

public setAbbr ( string $abbr ) : void
$abbr string
리턴 void

setAcronym() 공개 메소드

public setAcronym ( string $acronym ) : void
$acronym string
리턴 void

setCasesensitive() 공개 메소드

public setCasesensitive ( $casesensitive )
$casesensitive

setCreationDate() 공개 메소드

public setCreationDate ( $creationDate )
$creationDate

setExactmatch() 공개 메소드

public setExactmatch ( $exactmatch )
$exactmatch

setId() 공개 메소드

public setId ( integer $id )
$id integer

setLanguage() 공개 메소드

public setLanguage ( string $language ) : void
$language string
리턴 void

setModificationDate() 공개 메소드

public setModificationDate ( $modificationDate )
$modificationDate

setSite() 공개 메소드

public setSite ( $site )
$site

setText() 공개 메소드

public setText ( string $text ) : void
$text string
리턴 void

프로퍼티 상세

$abbr 공개적으로 프로퍼티

public string $abbr
리턴 string

$acronym 공개적으로 프로퍼티

public string $acronym
리턴 string

$casesensitive 공개적으로 프로퍼티

public bool $casesensitive
리턴 boolean

$creationDate 공개적으로 프로퍼티

public int $creationDate
리턴 integer

$exactmatch 공개적으로 프로퍼티

public bool $exactmatch
리턴 boolean

$id 공개적으로 프로퍼티

public int $id
리턴 integer

$language 공개적으로 프로퍼티

public string $language
리턴 string

$modificationDate 공개적으로 프로퍼티

public int $modificationDate
리턴 integer

$site 공개적으로 프로퍼티

public int $site
리턴 integer

$text 공개적으로 프로퍼티

public string $text
리턴 string