PHP Class Pimcore\Model\Tool\Qrcode\Config

Afficher le fichier Open project: pimcore/pimcore Class Usage Examples

Méthodes publiques

Свойство Type Description
$backgroundColor string
$creationDate integer
$description string
$foreColor
$googleAnalytics boolean
$modificationDate integer
$name string
$url string

Méthodes publiques

Méthode Description
getBackgroundColor ( ) : string
getByName ( $name ) : Config
getCreationDate ( ) : integer
getDescription ( ) : string
getForeColor ( ) : string
getGoogleAnalytics ( ) : boolean
getModificationDate ( ) : integer
getName ( ) : string
getUrl ( ) : string
setBackgroundColor ( $backgroundColor )
setCreationDate ( integer $creationDate )
setDescription ( $description )
setForeColor ( $foreColor )
setGoogleAnalytics ( $googleAnalytics )
setModificationDate ( integer $modificationDate )
setName ( $name )
setUrl ( $url )

Method Details

getBackgroundColor() public méthode

public getBackgroundColor ( ) : string
Résultat string

getByName() public static méthode

public static getByName ( $name ) : Config
$name
Résultat Config

getCreationDate() public méthode

public getCreationDate ( ) : integer
Résultat integer

getDescription() public méthode

public getDescription ( ) : string
Résultat string

getForeColor() public méthode

public getForeColor ( ) : string
Résultat string

getGoogleAnalytics() public méthode

public getGoogleAnalytics ( ) : boolean
Résultat boolean

getModificationDate() public méthode

public getModificationDate ( ) : integer
Résultat integer

getName() public méthode

public getName ( ) : string
Résultat string

getUrl() public méthode

public getUrl ( ) : string
Résultat string

setBackgroundColor() public méthode

public setBackgroundColor ( $backgroundColor )
$backgroundColor

setCreationDate() public méthode

public setCreationDate ( integer $creationDate )
$creationDate integer

setDescription() public méthode

public setDescription ( $description )
$description

setForeColor() public méthode

public setForeColor ( $foreColor )
$foreColor

setGoogleAnalytics() public méthode

public setGoogleAnalytics ( $googleAnalytics )
$googleAnalytics

setModificationDate() public méthode

public setModificationDate ( integer $modificationDate )
$modificationDate integer

setName() public méthode

public setName ( $name )
$name

setUrl() public méthode

public setUrl ( $url )
$url

Property Details

$backgroundColor public_oe property

public string $backgroundColor
Résultat string

$creationDate public_oe property

public int $creationDate
Résultat integer

$description public_oe property

public string $description
Résultat string

$foreColor public_oe property

public $foreColor

$googleAnalytics public_oe property

public bool $googleAnalytics
Résultat boolean

$modificationDate public_oe property

public int $modificationDate
Résultat integer

$name public_oe property

public string $name
Résultat string

$url public_oe property

public string $url
Résultat string