PHP Class Pimcore\Model\Document\PrintAbstract\Dao

Inheritance: extends Pimcore\Model\Document\PageSnippet\Dao
Datei anzeigen Open project: pimcore/pimcore

Protected Properties

Property Type Description
$validColumnsPage array Contains the valid database columns

Public Methods

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

Method Details

create() public method

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

delete() public method

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

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

init() public method

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

update() public method

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

Property Details

$validColumnsPage protected_oe property

Contains the valid database columns
protected array $validColumnsPage
return array