PHP Class Pimcore\Model\Document\Hardlink\Dao

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

Méthodes publiques

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

Method Details

create() public méthode

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

delete() public méthode

Deletes the object (and data) from database
public delete ( )

getById() public méthode

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 )
$id integer