ServiceFactory
FinalYes
Table of Contents
Methods
- getInstance() : self
- getMemberService() : AbstractMemberService
- getMemberServiceByEntityType() : AbstractMemberService
- getServiceByEntityId() : AbstractGroupService
- getServiceByEntityType() : AbstractGroupService
Methods
getInstance()
public
static getInstance() : self
Return values
selfgetMemberService()
public
getMemberService(int $entityId) : AbstractMemberService
Parameters
- $entityId : int
Return values
AbstractMemberServicegetMemberServiceByEntityType()
public
getMemberServiceByEntityType(Type $type) : AbstractMemberService
Parameters
- $type : Type
Return values
AbstractMemberServicegetServiceByEntityId()
public
getServiceByEntityId(int $entityId) : AbstractGroupService
Parameters
- $entityId : int
Tags
Return values
AbstractGroupServicegetServiceByEntityType()
public
getServiceByEntityType(Type $type) : AbstractGroupService
Parameters
- $type : Type