PHP Interface Sulu\Bundle\MediaBundle\Entity\CollectionInterface

Inheritance: extends Sulu\Component\Persistence\Model\AuditableInterface
显示文件 Open project: sulu/sulu Interface Usage Examples

Public Methods

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.

Method Details

getChanged() public method

Get changed.
public getChanged ( ) : DateTime
return DateTime

getChanger() public method

Get changer.
public getChanger ( ) : Sulu\Component\Security\Authentication\UserInterface
return Sulu\Component\Security\Authentication\UserInterface

getCreated() public method

Get created.
public getCreated ( ) : DateTime
return DateTime

getCreator() public method

Get creator.
public getCreator ( ) : Sulu\Component\Security\Authentication\UserInterface
return Sulu\Component\Security\Authentication\UserInterface

getDepth() public method

Get depth.
public getDepth ( ) : integer
return integer

getId() public method

Get id.
public getId ( ) : integer
return integer

getKey() public method

Get key.
public getKey ( ) : string
return string

getLft() public method

Get lft.
public getLft ( ) : integer
return integer

getParent() public method

Get parent.
public getParent ( ) : Sulu\Bundle\MediaBundle\Entity\CollectionInterface
return Sulu\Bundle\MediaBundle\Entity\CollectionInterface

getRgt() public method

Get rgt.
public getRgt ( ) : integer
return integer

getStyle() public method

Get style.
public getStyle ( ) : string
return string

getType() public method

Get type.
public getType ( ) : CollectionType
return CollectionType

setChanger() public method

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

setChildren() public method

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

setCreator() public method

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

setDepth() public method

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

setKey() public method

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

setLft() public method

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

setParent() public method

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

setRgt() public method

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

setStyle() public method

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

setType() public method

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