class ServiceExchangeDecorator extendsService

Methods

__construct(string$name =null,string$accessName =null)

No description

from Service
string|null
getId()

No description

from Service
setId(string$id)

No description

from Service
string
getName()

No description

from Service
bool
getEntryCodeRequired()

No description

from Service
setName(string$name)

No description

from Service
string
getAccessName()

No description

from Service
setAccessName(string$accessName)

No description

from Service
setEntryCodeRequired(bool$entryCodeRequired)

No description

from Service
Collection
getRelatedServices()

No description

from Service
void
setRelatedServices(Collection$relatedServices)

No description

from Service
void
addRelatedService($relatedService)

No description

from Service
void
removeRelatedService($relatedService)

No description

from Service
bool
from Service
void
setAutoAssignAllRelatedServices(bool$autoAssignAllRelatedServices)

No description

from Service
array|null
getData()

No description

from Service
void
setData(array|null$data)

No description

from Service
static 
createFromService(Service$commonService)

No description

string
getEntryCode()

No description

void
setEntryCode(string$entryCode)

No description

Details

inServiceat line47
__construct(string$name =null,string$accessName =null)

Parameters

string $name
string $accessName

inServiceat line54
string|null getId()

Return Value

string|null

inServiceat line59
setId(string$id)

Parameters

string $id

inServiceat line64
string getName()

Return Value

string

inServiceat line69
bool getEntryCodeRequired()

Return Value

bool

inServiceat line74
setName(string$name)

Parameters

string $name

inServiceat line86
string getAccessName()

Return Value

string

inServiceat line91
setAccessName(string$accessName)

Parameters

string $accessName

inServiceat line103
setEntryCodeRequired(bool$entryCodeRequired)

Parameters

bool $entryCodeRequired

inServiceat line108
Collection getRelatedServices()

Return Value

Collection

inServiceat line113
void setRelatedServices(Collection$relatedServices)

Parameters

Collection $relatedServices

Return Value

void

inServiceat line118
void addRelatedService($relatedService)

Parameters

$relatedService

Return Value

void

inServiceat line123
void removeRelatedService($relatedService)

Parameters

$relatedService

Return Value

void

inServiceat line128
bool isAutoAssignAllRelatedServices()

Return Value

bool

inServiceat line133
void setAutoAssignAllRelatedServices(bool$autoAssignAllRelatedServices)

Parameters

bool $autoAssignAllRelatedServices

Return Value

void

inServiceat line138
array|null getData()

Return Value

array|null

inServiceat line143
void setData(array|null$data)

Parameters

array|null $data

Return Value

void

at line11
static createFromService(Service$commonService)

Parameters

Service $commonService

at line30
string getEntryCode()

Return Value

string

at line35
void setEntryCode(string$entryCode)

Parameters

string $entryCode

Return Value

void