PHP Class Pimcore\Model\Glossary

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

Méthodes publiques

Свойство Type Description
$abbr string
$acronym string
$casesensitive boolean
$creationDate integer
$exactmatch boolean
$id integer
$language string
$link string
$modificationDate integer
$site integer
$text string

Méthodes publiques

Méthode 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 méthode

public static create ( ) : Glossary
Résultat Glossary

getAbbr() public méthode

public getAbbr ( ) : string
Résultat string

getAcronym() public méthode

public getAcronym ( ) : string
Résultat string

getById() public static méthode

public static getById ( integer $id ) : Glossary
$id integer
Résultat Glossary

getCasesensitive() public méthode

public getCasesensitive ( ) : boolean
Résultat boolean

getCreationDate() public méthode

public getCreationDate ( ) : integer
Résultat integer

getExactmatch() public méthode

public getExactmatch ( ) : boolean
Résultat boolean

getId() public méthode

public getId ( ) : integer
Résultat integer

getLanguage() public méthode

public getLanguage ( ) : string
Résultat string

getModificationDate() public méthode

public getModificationDate ( ) : integer
Résultat integer

getSite() public méthode

public getSite ( ) : integer
Résultat integer

getText() public méthode

public getText ( ) : string
Résultat string

setAbbr() public méthode

public setAbbr ( string $abbr ) : void
$abbr string
Résultat void

setAcronym() public méthode

public setAcronym ( string $acronym ) : void
$acronym string
Résultat void

setCasesensitive() public méthode

public setCasesensitive ( $casesensitive )
$casesensitive

setCreationDate() public méthode

public setCreationDate ( $creationDate )
$creationDate

setExactmatch() public méthode

public setExactmatch ( $exactmatch )
$exactmatch

setId() public méthode

public setId ( integer $id )
$id integer

setLanguage() public méthode

public setLanguage ( string $language ) : void
$language string
Résultat void

setModificationDate() public méthode

public setModificationDate ( $modificationDate )
$modificationDate

setSite() public méthode

public setSite ( $site )
$site

setText() public méthode

public setText ( string $text ) : void
$text string
Résultat void

Property Details

$abbr public_oe property

public string $abbr
Résultat string

$acronym public_oe property

public string $acronym
Résultat string

$casesensitive public_oe property

public bool $casesensitive
Résultat boolean

$creationDate public_oe property

public int $creationDate
Résultat integer

$exactmatch public_oe property

public bool $exactmatch
Résultat boolean

$id public_oe property

public int $id
Résultat integer

$language public_oe property

public string $language
Résultat string

$modificationDate public_oe property

public int $modificationDate
Résultat integer

$site public_oe property

public int $site
Résultat integer

$text public_oe property

public string $text
Résultat string