PHP Class Sulu\Bundle\MediaBundle\Entity\BaseCollection

Inheritance: implements Sulu\Bundle\MediaBundle\Entity\CollectionInterface
Show file Open project: sulu/sulu

Protected Properties

Property Type Description
$changed DateTime
$changer Sulu\Component\Security\Authentication\UserInterface
$created DateTime
$creator Sulu\Component\Security\Authentication\UserInterface
$depth integer
$id integer
$lft integer
$rgt integer
$style string
$type CollectionType

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 Set key.
getLft ( ) : integer Get lft.
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.
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 ) : Sulu\Bundle\MediaBundle\Entity\CollectionInterface Get key.
setLft ( integer $lft ) : Sulu\Bundle\MediaBundle\Entity\CollectionInterface Set lft.
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

Set key.
public getKey ( ) : string
return string

getLft() public method

Get lft.
public getLft ( ) : integer
return integer

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

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

Get key.
public setKey ( string $key ) : Sulu\Bundle\MediaBundle\Entity\CollectionInterface
$key string
return Sulu\Bundle\MediaBundle\Entity\CollectionInterface

setLft() public method

Set lft.
public setLft ( integer $lft ) : Sulu\Bundle\MediaBundle\Entity\CollectionInterface
$lft integer
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

Property Details

$changed protected property

protected DateTime $changed
return DateTime

$changer protected property

protected UserInterface,Sulu\Component\Security\Authentication $changer
return Sulu\Component\Security\Authentication\UserInterface

$created protected property

protected DateTime $created
return DateTime

$creator protected property

protected UserInterface,Sulu\Component\Security\Authentication $creator
return Sulu\Component\Security\Authentication\UserInterface

$depth protected property

protected int $depth
return integer

$id protected property

protected int $id
return integer

$lft protected property

protected int $lft
return integer

$rgt protected property

protected int $rgt
return integer

$style protected property

protected string $style
return string

$type protected property

protected CollectionType,Sulu\Bundle\MediaBundle\Entity $type
return CollectionType