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

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

Открытые методы

Метод Описание
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