PHP Interface Sulu\Bundle\MediaBundle\Entity\CollectionInterface

Inheritance: extends Sulu\Component\Persistence\Model\AuditableInterface
Afficher le fichier Open project: sulu/sulu Interface Usage Examples

Méthodes publiques

Méthode 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.

Method Details

getChanged() public méthode

Get changed.
public getChanged ( ) : DateTime
Résultat DateTime

getChanger() public méthode

Get changer.
public getChanger ( ) : Sulu\Component\Security\Authentication\UserInterface
Résultat Sulu\Component\Security\Authentication\UserInterface

getCreated() public méthode

Get created.
public getCreated ( ) : DateTime
Résultat DateTime

getCreator() public méthode

Get creator.
public getCreator ( ) : Sulu\Component\Security\Authentication\UserInterface
Résultat Sulu\Component\Security\Authentication\UserInterface

getDepth() public méthode

Get depth.
public getDepth ( ) : integer
Résultat integer

getId() public méthode

Get id.
public getId ( ) : integer
Résultat integer

getKey() public méthode

Get key.
public getKey ( ) : string
Résultat string

getLft() public méthode

Get lft.
public getLft ( ) : integer
Résultat integer

getParent() public méthode

Get parent.
public getParent ( ) : Sulu\Bundle\MediaBundle\Entity\CollectionInterface
Résultat Sulu\Bundle\MediaBundle\Entity\CollectionInterface

getRgt() public méthode

Get rgt.
public getRgt ( ) : integer
Résultat integer

getStyle() public méthode

Get style.
public getStyle ( ) : string
Résultat string

getType() public méthode

Get type.
public getType ( ) : CollectionType
Résultat CollectionType

setChanger() public méthode

Set changer.
public setChanger ( Sulu\Component\Security\Authentication\UserInterface $changer = null ) : Sulu\Bundle\MediaBundle\Entity\CollectionInterface
$changer Sulu\Component\Security\Authentication\UserInterface
Résultat Sulu\Bundle\MediaBundle\Entity\CollectionInterface

setChildren() public méthode

public setChildren ( Doctrine\Common\Collections\Collection $children )
$children Doctrine\Common\Collections\Collection

setCreator() public méthode

Set creator.
public setCreator ( Sulu\Component\Security\Authentication\UserInterface $creator = null ) : Sulu\Bundle\MediaBundle\Entity\CollectionInterface
$creator Sulu\Component\Security\Authentication\UserInterface
Résultat Sulu\Bundle\MediaBundle\Entity\CollectionInterface

setDepth() public méthode

Set depth.
public setDepth ( integer $depth ) : Sulu\Bundle\MediaBundle\Entity\CollectionInterface
$depth integer
Résultat Sulu\Bundle\MediaBundle\Entity\CollectionInterface

setKey() public méthode

Set key.
public setKey ( string $key )
$key string

setLft() public méthode

Set lft.
public setLft ( integer $lft ) : Sulu\Bundle\MediaBundle\Entity\CollectionInterface
$lft integer
Résultat Sulu\Bundle\MediaBundle\Entity\CollectionInterface

setParent() public méthode

Set parent.
public setParent ( Sulu\Bundle\MediaBundle\Entity\CollectionInterface $parent = null ) : Sulu\Bundle\MediaBundle\Entity\CollectionInterface
$parent Sulu\Bundle\MediaBundle\Entity\CollectionInterface
Résultat Sulu\Bundle\MediaBundle\Entity\CollectionInterface

setRgt() public méthode

Set rgt.
public setRgt ( integer $rgt ) : Sulu\Bundle\MediaBundle\Entity\CollectionInterface
$rgt integer
Résultat Sulu\Bundle\MediaBundle\Entity\CollectionInterface

setStyle() public méthode

Set style.
public setStyle ( string $style ) : Sulu\Bundle\MediaBundle\Entity\CollectionInterface
$style string
Résultat Sulu\Bundle\MediaBundle\Entity\CollectionInterface

setType() public méthode

Set type.
public setType ( CollectionType $type ) : Sulu\Bundle\MediaBundle\Entity\CollectionInterface
$type CollectionType
Résultat Sulu\Bundle\MediaBundle\Entity\CollectionInterface