Method | Description | |
---|---|---|
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 |
public deleteAllElements ( ) : void | ||
return | void |
public getElements ( ) : void | ||
return | void |
public getLatestVersion ( boolean $force = false ) : array | ||
$force | boolean | |
return | array |
public getVersions ( ) : array | ||
return | array |