PHP 클래스 Newscoop\Services\UserAttributeService

파일 보기 프로젝트 열기: sourcefabric/newscoop

보호된 프로퍼티들

프로퍼티 타입 설명
$em Doctrine\ORM\EntityManager

공개 메소드들

메소드 설명
__construct ( EntityManager $em )
removeAttributes ( User $user, array $attributes ) : void Remove user attributes
update ( GenericEvent $event ) : void Receives notifications of points events.

메소드 상세

__construct() 공개 메소드

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

removeAttributes() 공개 메소드

Remove user attributes
public removeAttributes ( User $user, array $attributes ) : void
$user Newscoop\Entity\User
$attributes array
리턴 void

update() 공개 메소드

Receives notifications of points events.
public update ( GenericEvent $event ) : void
$event Newscoop\EventDispatcher\Events\GenericEvent
리턴 void

프로퍼티 상세

$em 보호되어 있는 프로퍼티

protected EntityManager,Doctrine\ORM $em
리턴 Doctrine\ORM\EntityManager