PHP 클래스 Pimcore\Model\Tool\Qrcode\Config

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

공개 프로퍼티들

프로퍼티 타입 설명
$backgroundColor string
$creationDate integer
$description string
$foreColor
$googleAnalytics boolean
$modificationDate integer
$name string
$url string

공개 메소드들

메소드 설명
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 )

메소드 상세

getBackgroundColor() 공개 메소드

public getBackgroundColor ( ) : string
리턴 string

getByName() 공개 정적인 메소드

public static getByName ( $name ) : Config
$name
리턴 Config

getCreationDate() 공개 메소드

public getCreationDate ( ) : integer
리턴 integer

getDescription() 공개 메소드

public getDescription ( ) : string
리턴 string

getForeColor() 공개 메소드

public getForeColor ( ) : string
리턴 string

getGoogleAnalytics() 공개 메소드

public getGoogleAnalytics ( ) : boolean
리턴 boolean

getModificationDate() 공개 메소드

public getModificationDate ( ) : integer
리턴 integer

getName() 공개 메소드

public getName ( ) : string
리턴 string

getUrl() 공개 메소드

public getUrl ( ) : string
리턴 string

setBackgroundColor() 공개 메소드

public setBackgroundColor ( $backgroundColor )
$backgroundColor

setCreationDate() 공개 메소드

public setCreationDate ( integer $creationDate )
$creationDate integer

setDescription() 공개 메소드

public setDescription ( $description )
$description

setForeColor() 공개 메소드

public setForeColor ( $foreColor )
$foreColor

setGoogleAnalytics() 공개 메소드

public setGoogleAnalytics ( $googleAnalytics )
$googleAnalytics

setModificationDate() 공개 메소드

public setModificationDate ( integer $modificationDate )
$modificationDate integer

setName() 공개 메소드

public setName ( $name )
$name

setUrl() 공개 메소드

public setUrl ( $url )
$url

프로퍼티 상세

$backgroundColor 공개적으로 프로퍼티

public string $backgroundColor
리턴 string

$creationDate 공개적으로 프로퍼티

public int $creationDate
리턴 integer

$description 공개적으로 프로퍼티

public string $description
리턴 string

$foreColor 공개적으로 프로퍼티

public $foreColor

$googleAnalytics 공개적으로 프로퍼티

public bool $googleAnalytics
리턴 boolean

$modificationDate 공개적으로 프로퍼티

public int $modificationDate
리턴 integer

$name 공개적으로 프로퍼티

public string $name
리턴 string

$url 공개적으로 프로퍼티

public string $url
리턴 string