PHP Class Pimcore\Model\Element\Sanitycheck

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

Méthodes publiques

Свойство Type Description
$id integer
$type string

Méthodes publiques

Méthode Description
delete ( ) : void deletes sanity check from db
getId ( ) : integer
getNext ( ) : Sanitycheck
getType ( ) : string
save ( ) : void saves sanity check to db
setId ( integer $id )
setType ( string $type )

Method Details

delete() public méthode

deletes sanity check from db
public delete ( ) : void
Résultat void

getId() public méthode

public getId ( ) : integer
Résultat integer

getNext() public static méthode

public static getNext ( ) : Sanitycheck
Résultat Sanitycheck

getType() public méthode

public getType ( ) : string
Résultat string

save() public méthode

saves sanity check to db
public save ( ) : void
Résultat void

setId() public méthode

public setId ( integer $id )
$id integer

setType() public méthode

public setType ( string $type )
$type string

Property Details

$id public_oe property

public int $id
Résultat integer

$type public_oe property

public string $type
Résultat string