PHP Class Pimcore\Model\Tool\Qrcode\Config

Show file Open project: pimcore/pimcore Class Usage Examples

Public Properties

Property Type Description
$backgroundColor string
$creationDate integer
$description string
$foreColor
$googleAnalytics boolean
$modificationDate integer
$name string
$url string

Public Methods

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

public getBackgroundColor ( ) : string
return string

getByName() public static method

public static getByName ( $name ) : Config
$name
return Config

getCreationDate() public method

public getCreationDate ( ) : integer
return integer

getDescription() public method

public getDescription ( ) : string
return string

getForeColor() public method

public getForeColor ( ) : string
return string

getGoogleAnalytics() public method

public getGoogleAnalytics ( ) : boolean
return boolean

getModificationDate() public method

public getModificationDate ( ) : integer
return integer

getName() public method

public getName ( ) : string
return string

getUrl() public method

public getUrl ( ) : string
return string

setBackgroundColor() public method

public setBackgroundColor ( $backgroundColor )
$backgroundColor

setCreationDate() public method

public setCreationDate ( integer $creationDate )
$creationDate integer

setDescription() public method

public setDescription ( $description )
$description

setForeColor() public method

public setForeColor ( $foreColor )
$foreColor

setGoogleAnalytics() public method

public setGoogleAnalytics ( $googleAnalytics )
$googleAnalytics

setModificationDate() public method

public setModificationDate ( integer $modificationDate )
$modificationDate integer

setName() public method

public setName ( $name )
$name

setUrl() public method

public setUrl ( $url )
$url

Property Details

$backgroundColor public property

public string $backgroundColor
return string

$creationDate public property

public int $creationDate
return integer

$description public property

public string $description
return string

$foreColor public property

public $foreColor

$googleAnalytics public property

public bool $googleAnalytics
return boolean

$modificationDate public property

public int $modificationDate
return integer

$name public property

public string $name
return string

$url public property

public string $url
return string