Method |
Description |
|
getChanged ( ) : DateTime |
Get changed. |
|
getChanger ( ) : Sulu\Component\Security\Authentication\UserInterface |
Get changer. |
|
getCreated ( ) : DateTime |
Get created. |
|
getCreator ( ) : Sulu\Component\Security\Authentication\UserInterface |
Get creator. |
|
getDepth ( ) : integer |
Get depth. |
|
getId ( ) : integer |
Get id. |
|
getKey ( ) : string |
Get key. |
|
getLft ( ) : integer |
Get lft. |
|
getParent ( ) : Sulu\Bundle\MediaBundle\Entity\CollectionInterface |
Get parent. |
|
getRgt ( ) : integer |
Get rgt. |
|
getStyle ( ) : string |
Get style. |
|
getType ( ) : CollectionType |
Get type. |
|
setChanger ( Sulu\Component\Security\Authentication\UserInterface $changer = null ) : Sulu\Bundle\MediaBundle\Entity\CollectionInterface |
Set changer. |
|
setChildren ( Doctrine\Common\Collections\Collection $children ) |
|
|
setCreator ( Sulu\Component\Security\Authentication\UserInterface $creator = null ) : Sulu\Bundle\MediaBundle\Entity\CollectionInterface |
Set creator. |
|
setDepth ( integer $depth ) : Sulu\Bundle\MediaBundle\Entity\CollectionInterface |
Set depth. |
|
setKey ( string $key ) |
Set key. |
|
setLft ( integer $lft ) : Sulu\Bundle\MediaBundle\Entity\CollectionInterface |
Set lft. |
|
setParent ( Sulu\Bundle\MediaBundle\Entity\CollectionInterface $parent = null ) : Sulu\Bundle\MediaBundle\Entity\CollectionInterface |
Set parent. |
|
setRgt ( integer $rgt ) : Sulu\Bundle\MediaBundle\Entity\CollectionInterface |
Set rgt. |
|
setStyle ( string $style ) : Sulu\Bundle\MediaBundle\Entity\CollectionInterface |
Set style. |
|
setType ( CollectionType $type ) : Sulu\Bundle\MediaBundle\Entity\CollectionInterface |
Set type. |
|