PHP 클래스 Pimcore\Model\Document\Hardlink\Dao

상속: extends Pimcore\Model\Document\Dao
파일 보기 프로젝트 열기: pimcore/pimcore

공개 메소드들

메소드 설명
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

메소드 상세

create() 공개 메소드

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

delete() 공개 메소드

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

getById() 공개 메소드

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