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

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

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

Метод Описание
create ( ) Create a new record for the object in the database
delete ( ) Deletes the object from database
getById ( integer $id = null ) 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 ( )

delete() публичный Метод

Deletes the object from database
public delete ( )

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