PHP Class Pimcore\Model\Document\Page

Inheritance: extends PageSnippet
Afficher le fichier Open project: pimcore/pimcore Class Usage Examples

Méthodes publiques

Свойство Type Description
$description string Contains the description of the page (meta-description)
$metaData array
$personas string comma separated IDs of personas
$prettyUrl string
$title string Contains the title of the page (meta-title)
$type string Static type of the document
$usePersona integer

Méthodes publiques

Méthode Description
__sleep ( )
delete ( )
getDescription ( ) : string
getElement ( string $name ) : Tag
getFullPath ( )
getKeywords ( ) : string
getMetaData ( ) : array
getName ( ) : string getProperty method should be used instead
getPersonaElementName ( $name ) : string
getPersonaElementPrefix ( null $personaId = null ) : null | string
getPersonas ( ) : string
getPrettyUrl ( ) : string
getTitle ( ) : string
getUsePersona ( ) : integer
setDescription ( string $description )
setElement ( string $name, string $data )
setKeywords ( string $keywords )
setMetaData ( $metaData )
setName ( string $name ) setProperty method should be used instead
setPersonas ( string $personas )
setPrettyUrl ( $prettyUrl )
setTitle ( string $title )
setUsePersona ( integer $usePersona )

Méthodes protégées

Méthode Description
update ( )

Method Details

__sleep() public méthode

public __sleep ( )

delete() public méthode

public delete ( )

getDescription() public méthode

public getDescription ( ) : string
Résultat string

getElement() public méthode

public getElement ( string $name ) : Tag
$name string
Résultat Tag

getFullPath() public méthode

public getFullPath ( )

getKeywords() public méthode

Deprecation:
public getKeywords ( ) : string
Résultat string

getMetaData() public méthode

public getMetaData ( ) : array
Résultat array

getName() public méthode

getProperty method should be used instead
Deprecation:
public getName ( ) : string
Résultat string

getPersonaElementName() public méthode

public getPersonaElementName ( $name ) : string
$name
Résultat string

getPersonaElementPrefix() public méthode

public getPersonaElementPrefix ( null $personaId = null ) : null | string
$personaId null
Résultat null | string

getPersonas() public méthode

public getPersonas ( ) : string
Résultat string

getPrettyUrl() public méthode

public getPrettyUrl ( ) : string
Résultat string

getTitle() public méthode

public getTitle ( ) : string
Résultat string

getUsePersona() public méthode

public getUsePersona ( ) : integer
Résultat integer

setDescription() public méthode

public setDescription ( string $description )
$description string

setElement() public méthode

public setElement ( string $name, string $data )
$name string
$data string

setKeywords() public méthode

Deprecation:
public setKeywords ( string $keywords )
$keywords string

setMetaData() public méthode

public setMetaData ( $metaData )
$metaData

setName() public méthode

setProperty method should be used instead
Deprecation:
public setName ( string $name )
$name string

setPersonas() public méthode

public setPersonas ( string $personas )
$personas string

setPrettyUrl() public méthode

public setPrettyUrl ( $prettyUrl )
$prettyUrl

setTitle() public méthode

public setTitle ( string $title )
$title string

setUsePersona() public méthode

public setUsePersona ( integer $usePersona )
$usePersona integer

update() protected méthode

protected update ( )

Property Details

$description public_oe property

Contains the description of the page (meta-description)
public string $description
Résultat string

$metaData public_oe property

public array $metaData
Résultat array

$personas public_oe property

comma separated IDs of personas
public string $personas
Résultat string

$prettyUrl public_oe property

public string $prettyUrl
Résultat string

$title public_oe property

Contains the title of the page (meta-title)
public string $title
Résultat string

$type public_oe property

Static type of the document
public string $type
Résultat string

$usePersona public_oe property

public int $usePersona
Résultat integer