Метод | Описание | |
---|---|---|
__clone ( ) | don't clone id to create a new entities. | |
__construct ( ) | Constructor. | |
addCategory ( Sulu\Bundle\CategoryBundle\Entity\CategoryInterface $categories ) : self | Add categories. | |
addContentLanguage ( |
Add contentLanguages. | |
addFormatOptions ( |
Adds a format-options entity to the file-version. | |
addMeta ( |
Add meta. | |
addPublishLanguage ( |
Add publishLanguages. | |
addTag ( |
Add tags. | |
getCategories ( ) : |
Get categories. | |
getChanged ( ) : DateTime | Get changed. | |
getChanger ( ) : Sulu\Component\Security\Authentication\UserInterface | Get changer. | |
getContentLanguages ( ) : Doctrine\Common\Collections\Collection | Get contentLanguages. | |
getCreated ( ) : DateTime | Get created. | |
getCreator ( ) : Sulu\Component\Security\Authentication\UserInterface | Get creator. | |
getDefaultMeta ( ) : |
Get defaultMeta. | |
getDownloadCounter ( ) : integer | Get downloadCounter. | |
getFile ( ) : |
Get file. | |
getFocusPointX ( ) : integer | Returns the x coordinate of the focus point. | |
getFocusPointY ( ) : integer | Returns the y coordinate of the focus point. | |
getFormatOptions ( ) : Doctrine\Common\Collections\Collection | Get formatOptions. | |
getId ( ) : integer | Get id. | |
getMeta ( ) : |
Get meta. | |
getMimeType ( ) : string | Get mimeType. | |
getName ( ) : string | Get name. | |
getProperties ( ) : array | ||
getPublishLanguages ( ) : Doctrine\Common\Collections\Collection | Get publishLanguages. | |
getSize ( ) : integer | Get size. | |
getStorageOptions ( ) : string | Get storageOptions. | |
getStorageType ( ) : string | Get storageType. | |
getSubVersion ( ) : integer | Get subVersion. | |
getTags ( ) : Doctrine\Common\Collections\Collection | Get tags. | |
getVersion ( ) : integer | Get version. | |
increaseSubVersion ( ) : |
Increases the subversion. Required for cache busting on certain operations which change the image without creating a new file version. | |
removeCategories ( ) | Remove categories. | |
removeContentLanguage ( |
Remove contentLanguages. | |
removeMeta ( |
Remove meta. | |
removePublishLanguage ( |
Remove publishLanguages. | |
removeTag ( |
Remove tags. | |
removeTags ( ) | Remove all tags. | |
setChanged ( DateTime $changed ) | Set changed. | |
setChanger ( Sulu\Component\Security\Authentication\UserInterface $changer = null ) : |
Set changer. | |
setCreated ( DateTime $created ) | Get created. | |
setCreator ( Sulu\Component\Security\Authentication\UserInterface $creator = null ) : |
Set creator. | |
setDefaultMeta ( |
Set defaultMeta. | |
setDownloadCounter ( integer $downloadCounter ) : |
Set downloadCounter. | |
setFile ( |
Set file. | |
setFocusPointX ( integer $focusPointX ) | Sets the x coordinate of the focus point. | |
setFocusPointY ( integer $focusPointY ) | Sets the y coordinate of the focus point. | |
setMimeType ( string $mimeType ) : |
Set mimeType. | |
setName ( string $name ) : |
Set name. | |
setProperties ( array $properties ) : self | ||
setSize ( integer $size ) : |
Set size. | |
setStorageOptions ( string $storageOptions ) : |
Set storageOptions. | |
setStorageType ( string $storageType ) : |
Set storageType. | |
setVersion ( integer $version ) : |
Set version. |
public addCategory ( Sulu\Bundle\CategoryBundle\Entity\CategoryInterface $categories ) : self | ||
$categories | Sulu\Bundle\CategoryBundle\Entity\CategoryInterface | |
Результат | self |
public addContentLanguage ( |
||
$contentLanguages | ||
Результат |
public addFormatOptions ( |
||
$formatOptions | ||
Результат |
public addMeta ( |
||
$meta | ||
Результат |
public addPublishLanguage ( |
||
$publishLanguages | ||
Результат |
public addTag ( |
||
$tags | ||
Результат |
public getCategories ( ) : |
||
Результат |
public getChanger ( ) : Sulu\Component\Security\Authentication\UserInterface | ||
Результат | Sulu\Component\Security\Authentication\UserInterface |
public getContentLanguages ( ) : Doctrine\Common\Collections\Collection | ||
Результат | Doctrine\Common\Collections\Collection |
public getCreator ( ) : Sulu\Component\Security\Authentication\UserInterface | ||
Результат | Sulu\Component\Security\Authentication\UserInterface |
public getDefaultMeta ( ) : |
||
Результат |
public getDownloadCounter ( ) : integer | ||
Результат | integer |
public getFocusPointX ( ) : integer | ||
Результат | integer |
public getFocusPointY ( ) : integer | ||
Результат | integer |
public getFormatOptions ( ) : Doctrine\Common\Collections\Collection | ||
Результат | Doctrine\Common\Collections\Collection |
public getMeta ( ) : |
||
Результат |
public getPublishLanguages ( ) : Doctrine\Common\Collections\Collection | ||
Результат | Doctrine\Common\Collections\Collection |
public getStorageOptions ( ) : string | ||
Результат | string |
public getStorageType ( ) : string | ||
Результат | string |
public getSubVersion ( ) : integer | ||
Результат | integer |
public getTags ( ) : Doctrine\Common\Collections\Collection | ||
Результат | Doctrine\Common\Collections\Collection |
public increaseSubVersion ( ) : |
||
Результат |
public removeContentLanguage ( |
||
$contentLanguages |
public removeMeta ( |
||
$meta |
public removePublishLanguage ( |
||
$publishLanguages |
public removeTag ( |
||
$tags |
public setChanger ( Sulu\Component\Security\Authentication\UserInterface $changer = null ) : |
||
$changer | Sulu\Component\Security\Authentication\UserInterface | |
Результат |
public setCreator ( Sulu\Component\Security\Authentication\UserInterface $creator = null ) : |
||
$creator | Sulu\Component\Security\Authentication\UserInterface | |
Результат |
public setDefaultMeta ( |
||
$defaultMeta | ||
Результат |
public setDownloadCounter ( integer $downloadCounter ) : |
||
$downloadCounter | integer | |
Результат |
public setFile ( |
||
$file | ||
Результат |
public setFocusPointX ( integer $focusPointX ) | ||
$focusPointX | integer |
public setFocusPointY ( integer $focusPointY ) | ||
$focusPointY | integer |
public setMimeType ( string $mimeType ) : |
||
$mimeType | string | |
Результат |
public setProperties ( array $properties ) : self | ||
$properties | array | |
Результат | self |
public setStorageOptions ( string $storageOptions ) : |
||
$storageOptions | string | |
Результат |
public setStorageType ( string $storageType ) : |
||
$storageType | string | |
Результат |
public setVersion ( integer $version ) : |
||
$version | integer | |
Результат |