PHP Class Sulu\Bundle\SecurityBundle\Entity\BaseRole

Inheritance: extends Symfony\Component\Security\Core\Role\Role, implements Sulu\Component\Security\Authentication\RoleInterface
Afficher le fichier Open project: sulu/sulu

Méthodes publiques

Méthode Description
__construct ( )
getChanged ( ) : DateTime Get changed.
getChanger ( ) : Sulu\Component\Security\Authentication\UserInterface Get changer.
getCreated ( ) : DateTime Get created.
getCreator ( ) : Sulu\Component\Security\Authentication\UserInterface Get creator.
getId ( ) : integer Get id.
getIdentifier ( )
getName ( ) : string Get name.
getRole ( )
getSecurityType ( ) : SecurityType Get securityType.
getSystem ( ) : string Get system.
setChanger ( Sulu\Component\Security\Authentication\UserInterface $changer = null ) : BaseRole Set changer.
setCreator ( Sulu\Component\Security\Authentication\UserInterface $creator = null ) : BaseRole Set creator.
setName ( string $name ) : BaseRole Set name.
setSecurityType ( SecurityType $securityType = null ) : BaseRole Set securityType.
setSystem ( string $system ) : BaseRole Set system.

Method Details

__construct() public méthode

public __construct ( )

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

getId() public méthode

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

getIdentifier() public méthode

public getIdentifier ( )

getName() public méthode

Get name.
public getName ( ) : string
Résultat string

getRole() public méthode

public getRole ( )

getSecurityType() public méthode

Get securityType.
public getSecurityType ( ) : SecurityType
Résultat SecurityType

getSystem() public méthode

Get system.
public getSystem ( ) : string
Résultat string

setChanger() public méthode

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

setCreator() public méthode

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

setName() public méthode

Set name.
public setName ( string $name ) : BaseRole
$name string
Résultat BaseRole

setSecurityType() public méthode

Set securityType.
public setSecurityType ( SecurityType $securityType = null ) : BaseRole
$securityType SecurityType
Résultat BaseRole

setSystem() public méthode

Set system.
public setSystem ( string $system ) : BaseRole
$system string
Résultat BaseRole