AdobeConnectClient\Entities\SCO::getDisabled
Get the disabled indicator
Signature
public function getDisabled()
Returns
- bool
Test Coverage
Information
- Coverage: / Lines (%)
- Tests: 0
- Passed: 0 (0%)
Violations
PHPMessDetector
Line | Rule | Message |
---|---|---|
198 - 201 | BooleanGetMethodName | The 'getDisabled()' method which returns a boolean should be named 'is...()' or 'has...()' |