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

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

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

Метод Описание
delete ( ) Delete the object from database
deleteAllElements ( ) : void Delete all elements containing the content (tags) from the database
getElements ( ) : void Get all elements containing the content (tags) from the database
getLatestVersion ( boolean $force = false ) : array Get latest available version, using $force always returns a version no matter if it is the same as the published one
getVersions ( ) : array Get available versions fot the object and return an array of them

Описание методов

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

Delete the object from database
public delete ( )

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

Delete all elements containing the content (tags) from the database
public deleteAllElements ( ) : void
Результат void

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

Get all elements containing the content (tags) from the database
public getElements ( ) : void
Результат void

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

Get latest available version, using $force always returns a version no matter if it is the same as the published one
public getLatestVersion ( boolean $force = false ) : array
$force boolean
Результат array

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

Get available versions fot the object and return an array of them
public getVersions ( ) : array
Результат array