PHP Class Pimcore\Model\Element\Sanitycheck

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

Public Properties

Property Type Description
$id integer
$type string

Public Methods

Method 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 method

deletes sanity check from db
public delete ( ) : void
return void

getId() public method

public getId ( ) : integer
return integer

getNext() public static method

public static getNext ( ) : Sanitycheck
return Sanitycheck

getType() public method

public getType ( ) : string
return string

save() public method

saves sanity check to db
public save ( ) : void
return void

setId() public method

public setId ( integer $id )
$id integer

setType() public method

public setType ( string $type )
$type string

Property Details

$id public property

public int $id
return integer

$type public property

public string $type
return string