PHP Class Pimcore\Model\Glossary

Inheritance: extends AbstractModel
Exibir arquivo Open project: pimcore/pimcore Class Usage Examples

Public Properties

Property Type Description
$abbr string
$acronym string
$casesensitive boolean
$creationDate integer
$exactmatch boolean
$id integer
$language string
$link string
$modificationDate integer
$site integer
$text string

Public Methods

Method Description
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

Method Details

create() public static method

public static create ( ) : Glossary
return Glossary

getAbbr() public method

public getAbbr ( ) : string
return string

getAcronym() public method

public getAcronym ( ) : string
return string

getById() public static method

public static getById ( integer $id ) : Glossary
$id integer
return Glossary

getCasesensitive() public method

public getCasesensitive ( ) : boolean
return boolean

getCreationDate() public method

public getCreationDate ( ) : integer
return integer

getExactmatch() public method

public getExactmatch ( ) : boolean
return boolean

getId() public method

public getId ( ) : integer
return integer

getLanguage() public method

public getLanguage ( ) : string
return string

getModificationDate() public method

public getModificationDate ( ) : integer
return integer

getSite() public method

public getSite ( ) : integer
return integer

getText() public method

public getText ( ) : string
return string

setAbbr() public method

public setAbbr ( string $abbr ) : void
$abbr string
return void

setAcronym() public method

public setAcronym ( string $acronym ) : void
$acronym string
return void

setCasesensitive() public method

public setCasesensitive ( $casesensitive )
$casesensitive

setCreationDate() public method

public setCreationDate ( $creationDate )
$creationDate

setExactmatch() public method

public setExactmatch ( $exactmatch )
$exactmatch

setId() public method

public setId ( integer $id )
$id integer

setLanguage() public method

public setLanguage ( string $language ) : void
$language string
return void

setModificationDate() public method

public setModificationDate ( $modificationDate )
$modificationDate

setSite() public method

public setSite ( $site )
$site

setText() public method

public setText ( string $text ) : void
$text string
return void

Property Details

$abbr public_oe property

public string $abbr
return string

$acronym public_oe property

public string $acronym
return string

$casesensitive public_oe property

public bool $casesensitive
return boolean

$creationDate public_oe property

public int $creationDate
return integer

$exactmatch public_oe property

public bool $exactmatch
return boolean

$id public_oe property

public int $id
return integer

$language public_oe property

public string $language
return string

$modificationDate public_oe property

public int $modificationDate
return integer

$site public_oe property

public int $site
return integer

$text public_oe property

public string $text
return string