AdobeConnectClient\Entities\Principal::getDisabled
Indicate if is Disabled
Signature
public function getDisabled()
Returns
- bool
Test Coverage
Information
- Coverage: / Lines (%)
- Tests: 0
- Passed: 0 (0%)
Violations
PHPMessDetector
Line | Rule | Message |
---|---|---|
448 - 451 | BooleanGetMethodName | The 'getDisabled()' method which returns a boolean should be named 'is...()' or 'has...()' |