PHP Класс Pimcore\Model\Document\PrintAbstract\Dao

Наследование: extends Pimcore\Model\Document\PageSnippet\Dao
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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