PHP 클래스 Pimcore\Model\Document\PageSnippet\Dao

상속: extends Pimcore\Model\Document\Dao
파일 보기 프로젝트 열기: pimcore/pimcore 1 사용 예제들

공개 메소드들

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