AdobeConnectClient\Entities\SCORecord::getIsFolder
Indicates if is a Folder
Signature
public function getIsFolder()
Returns
- bool
Test Coverage
Information
- Coverage: / Lines (%)
- Tests: 0
- Passed: 0 (0%)
Violations
PHPMessDetector
Line | Rule | Message |
---|---|---|
220 - 223 | BooleanGetMethodName | The 'getIsFolder()' method which returns a boolean should be named 'is...()' or 'has...()' |