AdobeConnectClient\Commands\MeetingFeatureUpdate
Set a feature
More info see
Synopsis
class MeetingFeatureUpdate
extends Command
{
- // members
- protected $parameters;
- // Inherited members from Command
- protected Client $client;
- // methods
- public void __construct()
- protected bool 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 |
|---|---|---|
| 33 | StaticAccess | Avoid using static access to class '\AdobeConnectClient\Helpers\ValueTransform' in method '__construct'. |
| 36 | StaticAccess | Avoid using static access to class '\AdobeConnectClient\Helpers\StringCaseTransform' in method '__construct'. |
| 52 - 56 | StaticAccess | Avoid using static access to class '\AdobeConnectClient\Converter\Converter' in method 'process'. |
| 57 | StaticAccess | Avoid using static access to class '\AdobeConnectClient\Helpers\StatusValidate' in method 'process'. |
Members
protected
- $client — AdobeConnectClient\Client
- $parameters — array
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()