PHP Класс Pimcore\Model\Dependency\Dao

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

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

Метод Описание
cleanAllForElement ( Pimcore\Model\Element\ElementInterface $element ) Clear all relations in the database
clear ( ) : void Clear all relations in the database for current source id
getBySourceId ( integer $id = null, string $type = null ) : void Loads the relations for the given sourceId and type
save ( ) : void Save to database

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

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

Clear all relations in the database
public cleanAllForElement ( Pimcore\Model\Element\ElementInterface $element )
$element Pimcore\Model\Element\ElementInterface

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

Clear all relations in the database for current source id
public clear ( ) : void
Результат void

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

Loads the relations for the given sourceId and type
public getBySourceId ( integer $id = null, string $type = null ) : void
$id integer
$type string
Результат void

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

Save to database
public save ( ) : void
Результат void