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