PHP Class Pimcore\Model\Document\DocType\Dao

Inheritance: extends Pimcore\Model\Dao\PhpArrayTable
Afficher le fichier Open project: pimcore/pimcore

Méthodes publiques

Méthode 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 méthode

public configure ( )

delete() public méthode

Deletes object from database
public delete ( ) : void
Résultat void

getById() public méthode

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

save() public méthode

public save ( )