PHP Class Pimcore\Model\Document\DocType\Dao

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

Public Methods

Method Description
configure ( )
delete ( ) : void Deletes object from database
getById ( null $id = null ) Get the data for the object from database for the given id
save ( )

Method Details

configure() public method

public configure ( )

delete() public method

Deletes object from database
public delete ( ) : void
return void

getById() public method

Get the data for the object from database for the given id
public getById ( null $id = null )
$id null

save() public method

public save ( )