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

상속: extends Pimcore\Model\AbstractModel
파일 보기 프로젝트 열기: pimcore/pimcore 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$creationDate integer
$description string
$httpMethod string
$items array
$modificationDate integer
$name string
$params array
$siteId integer
$textPattern string
$urlPattern string

공개 메소드들

메소드 설명
addItem ( $parameters ) : boolean
addItemAt ( $position, $parameters ) : boolean
delete ( ) : void
getByName ( $name ) : Config
getCreationDate ( ) : integer
getDescription ( ) : string
getHttpMethod ( ) : string
getItems ( ) : array
getModificationDate ( ) : integer
getName ( ) : string
getParams ( ) : array
getSiteId ( ) : integer
getTextPattern ( ) : string
getUrlPattern ( ) : string
resetItems ( ) : void
setCreationDate ( integer $creationDate )
setDescription ( $description )
setHttpMethod ( $httpMethod )
setItems ( $items )
setModificationDate ( integer $modificationDate )
setName ( $name )
setParams ( $params )
setSiteId ( integer $siteId )
setTextPattern ( $textPattern )
setUrlPattern ( $urlPattern )

메소드 상세

addItem() 공개 메소드

public addItem ( $parameters ) : boolean
$parameters
리턴 boolean

addItemAt() 공개 메소드

public addItemAt ( $position, $parameters ) : boolean
$position
$parameters
리턴 boolean

delete() 공개 메소드

public delete ( ) : void
리턴 void

getByName() 공개 정적인 메소드

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

getCreationDate() 공개 메소드

public getCreationDate ( ) : integer
리턴 integer

getDescription() 공개 메소드

public getDescription ( ) : string
리턴 string

getHttpMethod() 공개 메소드

public getHttpMethod ( ) : string
리턴 string

getItems() 공개 메소드

public getItems ( ) : array
리턴 array

getModificationDate() 공개 메소드

public getModificationDate ( ) : integer
리턴 integer

getName() 공개 메소드

public getName ( ) : string
리턴 string

getParams() 공개 메소드

public getParams ( ) : array
리턴 array

getSiteId() 공개 메소드

public getSiteId ( ) : integer
리턴 integer

getTextPattern() 공개 메소드

public getTextPattern ( ) : string
리턴 string

getUrlPattern() 공개 메소드

public getUrlPattern ( ) : string
리턴 string

resetItems() 공개 메소드

public resetItems ( ) : void
리턴 void

setCreationDate() 공개 메소드

public setCreationDate ( integer $creationDate )
$creationDate integer

setDescription() 공개 메소드

public setDescription ( $description )
$description

setHttpMethod() 공개 메소드

public setHttpMethod ( $httpMethod )
$httpMethod

setItems() 공개 메소드

public setItems ( $items )
$items

setModificationDate() 공개 메소드

public setModificationDate ( integer $modificationDate )
$modificationDate integer

setName() 공개 메소드

public setName ( $name )
$name

setParams() 공개 메소드

public setParams ( $params )
$params

setSiteId() 공개 메소드

public setSiteId ( integer $siteId )
$siteId integer

setTextPattern() 공개 메소드

public setTextPattern ( $textPattern )
$textPattern

setUrlPattern() 공개 메소드

public setUrlPattern ( $urlPattern )
$urlPattern

프로퍼티 상세

$creationDate 공개적으로 프로퍼티

public int $creationDate
리턴 integer

$description 공개적으로 프로퍼티

public string $description
리턴 string

$httpMethod 공개적으로 프로퍼티

public string $httpMethod
리턴 string

$items 공개적으로 프로퍼티

public array $items
리턴 array

$modificationDate 공개적으로 프로퍼티

public int $modificationDate
리턴 integer

$name 공개적으로 프로퍼티

public string $name
리턴 string

$params 공개적으로 프로퍼티

public array $params
리턴 array

$siteId 공개적으로 프로퍼티

public int $siteId
리턴 integer

$textPattern 공개적으로 프로퍼티

public string $textPattern
리턴 string

$urlPattern 공개적으로 프로퍼티

public string $urlPattern
리턴 string