PHP 클래스 Pimcore\Model\Dependency\Dao

상속: extends Pimcore\Model\Dao\AbstractDao
파일 보기 프로젝트 열기: pimcore/pimcore

공개 메소드들

메소드 설명
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