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

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

보호된 프로퍼티들

프로퍼티 타입 설명
$validColumnsPage array Contains the valid database columns

공개 메소드들

메소드 설명
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
init ( ) : void Get the valid columns from the database
update ( ) : void Updates the data in the object to the database

메소드 상세

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

init() 공개 메소드

Get the valid columns from the database
public init ( ) : void
리턴 void

update() 공개 메소드

Updates the data in the object to the database
public update ( ) : void
리턴 void

프로퍼티 상세

$validColumnsPage 보호되어 있는 프로퍼티

Contains the valid database columns
protected array $validColumnsPage
리턴 array