Method | Description | |
---|---|---|
__construct ( ) | Constructor. | |
addFileVersion ( |
Add fileVersions. | |
getChanged ( ) : DateTime | Get changed. | |
getChanger ( ) : Sulu\Component\Security\Authentication\UserInterface | Get changer. | |
getCreated ( ) : DateTime | Get created. | |
getCreator ( ) : Sulu\Component\Security\Authentication\UserInterface | Get creator. | |
getFileVersions ( ) : |
Get fileVersions. | |
getId ( ) : integer | Get id. | |
getLatestFileVersion ( ) : |
Get latest file version. | |
getMedia ( ) : |
Get media. | |
getVersion ( ) : integer | Get version. | |
removeFileVersion ( |
Remove fileVersions. | |
setChanged ( DateTime $changed ) | Set changed. | |
setChanger ( Sulu\Component\Security\Authentication\UserInterface $changer = null ) : |
Set changer. | |
setCreator ( Sulu\Component\Security\Authentication\UserInterface $creator = null ) : |
Set creator. | |
setMedia ( Sulu\Bundle\MediaBundle\Entity\MediaInterface $media ) : |
Set media. | |
setVersion ( integer $version ) : |
Set version. |
public addFileVersion ( |
||
$fileVersions | ||
return |
public getChanger ( ) : Sulu\Component\Security\Authentication\UserInterface | ||
return | Sulu\Component\Security\Authentication\UserInterface |
public getCreator ( ) : Sulu\Component\Security\Authentication\UserInterface | ||
return | Sulu\Component\Security\Authentication\UserInterface |
public getFileVersions ( ) : |
||
return |
public getLatestFileVersion ( ) : |
||
return |
public removeFileVersion ( |
||
$fileVersions |
public setChanger ( Sulu\Component\Security\Authentication\UserInterface $changer = null ) : |
||
$changer | Sulu\Component\Security\Authentication\UserInterface | |
return |
public setCreator ( Sulu\Component\Security\Authentication\UserInterface $creator = null ) : |
||
$creator | Sulu\Component\Security\Authentication\UserInterface | |
return |
public setMedia ( Sulu\Bundle\MediaBundle\Entity\MediaInterface $media ) : |
||
$media | Sulu\Bundle\MediaBundle\Entity\MediaInterface | |
return |
public setVersion ( integer $version ) : |
||
$version | integer | |
return |