AdobeConnectClient\Commands\PermissionInfoFromPrincipal
Get the Principal's permission in a SCO, Principal or Account
More info see
Synopsis
class PermissionInfoFromPrincipal
extends Command
{
- // members
- protected $aclId;
- protected $principalId;
- // Inherited members from Command
- protected Client $client;
- // methods
- public void __construct()
- protected Permission process()
- // Inherited methods from Command
- public Command setClient()
- public mixed execute()
- protected abstract mixed process()
Hierarchy
Extends
Coverage
Methods | 0% | 0 / 2 |
Lines | 0% | / |
Violations
PHPMessDetector
Line | Rule | Message |
---|---|---|
45 - 52 | StaticAccess | Avoid using static access to class '\AdobeConnectClient\Converter\Converter' in method 'process'. |
53 | StaticAccess | Avoid using static access to class '\AdobeConnectClient\Helpers\StatusValidate' in method 'process'. |
55 | StaticAccess | Avoid using static access to class '\AdobeConnectClient\Helpers\SetEntityAttributes' in method 'process'. |
Members
protected
- $aclId — int
- $client — AdobeConnectClient\Client
- $principalId — int
Methods
protected
Inherited from AdobeConnectClient\Command
protected
- process() — Process the command and return a value
public
- execute() — Executes the command and return a value
- setClient()