Property | Type | Description | |
---|---|---|---|
$allowedRestTypes | |||
$defaultPrivileges | |||
$servicePrivileges |
Method | Description | |
---|---|---|
__construct ( array $services = [] ) | ||
addRestService ( $serviceName, $entityOrCollection, array $privileges = null ) | ||
addRpcService ( $serviceName, $action, array $privileges = null ) | ||
count ( ) | ||
exchangeArray ( array $services ) | ||
get ( $serviceName ) | ||
getArrayCopy ( ) | ||
getIterator ( ) | ||
has ( $serviceName ) |
Method | Description | |
---|---|---|
filterPrivileges ( array $privileges ) |
public addRestService ( $serviceName, $entityOrCollection, array $privileges = null ) | ||
$privileges | array |
public addRpcService ( $serviceName, $action, array $privileges = null ) | ||
$privileges | array |
protected filterPrivileges ( array $privileges ) | ||
$privileges | array |