PHP Class Pimcore\Model\Document\Hardlink\Dao

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

Public Methods

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

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

delete() public method

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

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