PHP Class Pimcore\Model\Element\Note

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

Méthodes publiques

Свойство Type Description
$cid integer
$ctype string
$data array
$date integer
$description string
$id integer
$title string
$type string
$user integer

Méthodes publiques

Méthode Description
addData ( string $name, string $type, mixed $data )
getById ( $id ) : Element\Note
getCid ( ) : integer
getCtype ( ) : string
getData ( ) : array
getDate ( ) : integer
getDescription ( ) : string
getId ( ) : integer
getTitle ( ) : string
getType ( ) : string
getUser ( ) : integer
save ( )
setCid ( $cid )
setCtype ( $ctype )
setData ( $data )
setDate ( $date )
setDescription ( $description )
setElement ( Pimcore\Model\Element\ElementInterface $element )
setId ( $id )
setTitle ( $title )
setType ( $type )
setUser ( $user )

Method Details

addData() public méthode

public addData ( string $name, string $type, mixed $data )
$name string
$type string
$data mixed

getById() public static méthode

public static getById ( $id ) : Element\Note
$id
Résultat Element\Note

getCid() public méthode

public getCid ( ) : integer
Résultat integer

getCtype() public méthode

public getCtype ( ) : string
Résultat string

getData() public méthode

public getData ( ) : array
Résultat array

getDate() public méthode

public getDate ( ) : integer
Résultat integer

getDescription() public méthode

public getDescription ( ) : string
Résultat string

getId() public méthode

public getId ( ) : integer
Résultat integer

getTitle() public méthode

public getTitle ( ) : string
Résultat string

getType() public méthode

public getType ( ) : string
Résultat string

getUser() public méthode

public getUser ( ) : integer
Résultat integer

save() public méthode

public save ( )

setCid() public méthode

public setCid ( $cid )
$cid

setCtype() public méthode

public setCtype ( $ctype )
$ctype

setData() public méthode

public setData ( $data )
$data

setDate() public méthode

public setDate ( $date )
$date

setDescription() public méthode

public setDescription ( $description )
$description

setElement() public méthode

public setElement ( Pimcore\Model\Element\ElementInterface $element )
$element Pimcore\Model\Element\ElementInterface

setId() public méthode

public setId ( $id )
$id

setTitle() public méthode

public setTitle ( $title )
$title

setType() public méthode

public setType ( $type )
$type

setUser() public méthode

public setUser ( $user )
$user

Property Details

$cid public_oe property

public int $cid
Résultat integer

$ctype public_oe property

public string $ctype
Résultat string

$data public_oe property

public array $data
Résultat array

$date public_oe property

public int $date
Résultat integer

$description public_oe property

public string $description
Résultat string

$id public_oe property

public int $id
Résultat integer

$title public_oe property

public string $title
Résultat string

$type public_oe property

public string $type
Résultat string

$user public_oe property

public int $user
Résultat integer