PHP Class WellCommerce\Bundle\AdminBundle\Entity\Role

Author: Adam Piotrowski ([email protected])
Inheritance: implements WellCommerce\Bundle\AdminBundle\Entity\RoleInterface
Afficher le fichier Open project: wellcommerce/wellcommerce Class Usage Examples

Protected Properties

Свойство Type Description
$name string
$role string | null
$users Doctrine\Common\Collections\Collection

Méthodes publiques

Méthode Description
getName ( ) : string
getRole ( ) : string
getUsers ( ) : Doctrine\Common\Collections\Collection
setName ( string $name )
setRole ( string $role )
setUsers ( Doctrine\Common\Collections\Collection $users )

Method Details

getName() public méthode

public getName ( ) : string
Résultat string

getRole() public méthode

public getRole ( ) : string
Résultat string

getUsers() public méthode

public getUsers ( ) : Doctrine\Common\Collections\Collection
Résultat Doctrine\Common\Collections\Collection

setName() public méthode

public setName ( string $name )
$name string

setRole() public méthode

public setRole ( string $role )
$role string

setUsers() public méthode

public setUsers ( Doctrine\Common\Collections\Collection $users )
$users Doctrine\Common\Collections\Collection

Property Details

$name protected_oe property

protected string $name
Résultat string

$role protected_oe property

protected string|null $role
Résultat string | null

$users protected_oe property

protected Collection,Doctrine\Common\Collections $users
Résultat Doctrine\Common\Collections\Collection