PHP Class Pimcore\Model\Search\Backend\Data

Inheritance: extends Pimcore\Model\AbstractModel
Afficher le fichier Open project: pimcore/pimcore Class Usage Examples

Méthodes publiques

Свойство Type Description
$creationDate integer timestamp of creation date
$data string
$fullPath string
$id Pimcore\Model\Search\Backend\Data\Id
$maintype string document | object | asset
$modificationDate integer timestamp of modification date
$properties string
$published boolean published or not
$subtype string currently only relevant for objects where it portrays the class name
$type string ..)
$userModification integer User-ID of the user last modified the element
$userOwner integer User-ID of the owner

Méthodes publiques

Méthode Description
__construct ( null $element = null )
delete ( )
getCreationDate ( ) : integer
getDao ( ) : Pimcore\Model\Dao\AbstractDao
getData ( ) : string
getForElement ( $element ) : Data
getFullPath ( ) : string
getId ( ) : Pimcore\Model\Search\Backend\Data\Id
getModificationDate ( ) : integer
getProperties ( ) : string
getPublished ( ) : boolean
getSubtype ( ) : string
getType ( ) : string
getUserModification ( ) : integer
getUserOwner ( ) : integer
isPublished ( ) : boolean
save ( )
setCreationDate ( $creationDate )
setData ( string $data ) : void
setDataFromElement ( $element )
setFullPath ( string $fullpath )
setId ( $id )
setModificationDate ( integer $modificationDate ) : void
setProperties ( string $properties ) : void
setPublished ( integer $published ) : void
setSubtype ( $subtype )
setType ( $type )
setUserModification ( integer $userModification ) : void
setUserOwner ( integer $userOwner ) : void

Méthodes protégées

Méthode Description
cleanupData ( $data ) : mixed | string

Method Details

__construct() public méthode

public __construct ( null $element = null )
$element null

cleanupData() protected méthode

protected cleanupData ( $data ) : mixed | string
$data
Résultat mixed | string

delete() public méthode

public delete ( )

getCreationDate() public méthode

public getCreationDate ( ) : integer
Résultat integer

getDao() public méthode

public getDao ( ) : Pimcore\Model\Dao\AbstractDao
Résultat Pimcore\Model\Dao\AbstractDao

getData() public méthode

public getData ( ) : string
Résultat string

getForElement() public static méthode

public static getForElement ( $element ) : Data
$element
Résultat Data

getFullPath() public méthode

public getFullPath ( ) : string
Résultat string

getId() public méthode

public getId ( ) : Pimcore\Model\Search\Backend\Data\Id
Résultat Pimcore\Model\Search\Backend\Data\Id

getModificationDate() public méthode

public getModificationDate ( ) : integer
Résultat integer

getProperties() public méthode

public getProperties ( ) : string
Résultat string

getPublished() public méthode

public getPublished ( ) : boolean
Résultat boolean

getSubtype() public méthode

public getSubtype ( ) : string
Résultat string

getType() public méthode

public getType ( ) : string
Résultat string

getUserModification() public méthode

public getUserModification ( ) : integer
Résultat integer

getUserOwner() public méthode

public getUserOwner ( ) : integer
Résultat integer

isPublished() public méthode

public isPublished ( ) : boolean
Résultat boolean

save() public méthode

public save ( )

setCreationDate() public méthode

public setCreationDate ( $creationDate )
$creationDate

setData() public méthode

public setData ( string $data ) : void
$data string
Résultat void

setDataFromElement() public méthode

public setDataFromElement ( $element )
$element

setFullPath() public méthode

public setFullPath ( string $fullpath )
$fullpath string

setId() public méthode

public setId ( $id )
$id

setModificationDate() public méthode

public setModificationDate ( integer $modificationDate ) : void
$modificationDate integer
Résultat void

setProperties() public méthode

public setProperties ( string $properties ) : void
$properties string
Résultat void

setPublished() public méthode

public setPublished ( integer $published ) : void
$published integer
Résultat void

setSubtype() public méthode

public setSubtype ( $subtype )
$subtype

setType() public méthode

public setType ( $type )
$type

setUserModification() public méthode

public setUserModification ( integer $userModification ) : void
$userModification integer
Résultat void

setUserOwner() public méthode

public setUserOwner ( integer $userOwner ) : void
$userOwner integer
Résultat void

Property Details

$creationDate public_oe property

timestamp of creation date
public int $creationDate
Résultat integer

$data public_oe property

public string $data
Résultat string

$fullPath public_oe property

public string $fullPath
Résultat string

$id public_oe property

public Id,Pimcore\Model\Search\Backend\Data $id
Résultat Pimcore\Model\Search\Backend\Data\Id

$maintype public_oe property

document | object | asset
public string $maintype
Résultat string

$modificationDate public_oe property

timestamp of modification date
public int $modificationDate
Résultat integer

$properties public_oe property

public string $properties
Résultat string

$published public_oe property

published or not
public bool $published
Résultat boolean

$subtype public_oe property

currently only relevant for objects where it portrays the class name
public string $subtype
Résultat string

$type public_oe property

..)
public string $type
Résultat string

$userModification public_oe property

User-ID of the user last modified the element
public int $userModification
Résultat integer

$userOwner public_oe property

User-ID of the owner
public int $userOwner
Résultat integer