PHP Class Newscoop\Services\UserAttributeService

Afficher le fichier Open project: sourcefabric/newscoop

Protected Properties

Свойство Type Description
$em Doctrine\ORM\EntityManager

Méthodes publiques

Méthode Description
__construct ( EntityManager $em )
removeAttributes ( User $user, array $attributes ) : void Remove user attributes
update ( GenericEvent $event ) : void Receives notifications of points events.

Method Details

__construct() public méthode

public __construct ( EntityManager $em )
$em Doctrine\ORM\EntityManager

removeAttributes() public méthode

Remove user attributes
public removeAttributes ( User $user, array $attributes ) : void
$user Newscoop\Entity\User
$attributes array
Résultat void

update() public méthode

Receives notifications of points events.
public update ( GenericEvent $event ) : void
$event Newscoop\EventDispatcher\Events\GenericEvent
Résultat void

Property Details

$em protected_oe property

protected EntityManager,Doctrine\ORM $em
Résultat Doctrine\ORM\EntityManager