PHP Class Pimcore\Model\Tool\Tag\Config

Inheritance: extends Pimcore\Model\AbstractModel
Show file Open project: pimcore/pimcore Class Usage Examples

Public Properties

Property Type Description
$creationDate integer
$description string
$httpMethod string
$items array
$modificationDate integer
$name string
$params array
$siteId integer
$textPattern string
$urlPattern string

Public Methods

Method Description
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 )

Method Details

addItem() public method

public addItem ( $parameters ) : boolean
$parameters
return boolean

addItemAt() public method

public addItemAt ( $position, $parameters ) : boolean
$position
$parameters
return boolean

delete() public method

public delete ( ) : void
return void

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

getHttpMethod() public method

public getHttpMethod ( ) : string
return string

getItems() public method

public getItems ( ) : array
return array

getModificationDate() public method

public getModificationDate ( ) : integer
return integer

getName() public method

public getName ( ) : string
return string

getParams() public method

public getParams ( ) : array
return array

getSiteId() public method

public getSiteId ( ) : integer
return integer

getTextPattern() public method

public getTextPattern ( ) : string
return string

getUrlPattern() public method

public getUrlPattern ( ) : string
return string

resetItems() public method

public resetItems ( ) : void
return void

setCreationDate() public method

public setCreationDate ( integer $creationDate )
$creationDate integer

setDescription() public method

public setDescription ( $description )
$description

setHttpMethod() public method

public setHttpMethod ( $httpMethod )
$httpMethod

setItems() public method

public setItems ( $items )
$items

setModificationDate() public method

public setModificationDate ( integer $modificationDate )
$modificationDate integer

setName() public method

public setName ( $name )
$name

setParams() public method

public setParams ( $params )
$params

setSiteId() public method

public setSiteId ( integer $siteId )
$siteId integer

setTextPattern() public method

public setTextPattern ( $textPattern )
$textPattern

setUrlPattern() public method

public setUrlPattern ( $urlPattern )
$urlPattern

Property Details

$creationDate public property

public int $creationDate
return integer

$description public property

public string $description
return string

$httpMethod public property

public string $httpMethod
return string

$items public property

public array $items
return array

$modificationDate public property

public int $modificationDate
return integer

$name public property

public string $name
return string

$params public property

public array $params
return array

$siteId public property

public int $siteId
return integer

$textPattern public property

public string $textPattern
return string

$urlPattern public property

public string $urlPattern
return string