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

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

공개 메소드들

메소드 설명
create ( ) : void Create a new record for the object in the database
delete ( ) : void Deletes the object (and data) from database
getById ( integer $id = null ) : void 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 ( ) : void
리턴 void

delete() 공개 메소드

Deletes the object (and data) from database
public delete ( ) : void
리턴 void

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 ) : void
$id integer
리턴 void