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