PHP Class Pimcore\Model\Document\Email\Dao

Inheritance: extends Pimcore\Model\Document\PageSnippet\Dao
Show file Open project: pimcore/pimcore

Public Methods

Method Description
create ( ) : void Create a new record for the object in the database
delete ( ) : void Deletes the object (and data) from database
getById ( integer $id = null ) : void Get the data for the object by the given id, or by the id which is set in the object

Method Details

create() public method

Create a new record for the object in the database
public create ( ) : void
return void

delete() public method

Deletes the object (and data) from database
public delete ( ) : void
return void

getById() public method

Get the data for the object by the given id, or by the id which is set in the object
public getById ( integer $id = null ) : void
$id integer
return void