AdobeConnectClient\Entities\Principal::getIsMember

    Signature

    public function getIsMember()

    Returns

    bool

    Test Coverage

    Information

    • Coverage: / Lines (%)
    • Tests: 0
    • Passed: 0 (0%)

    Violations

    PHPMessDetector

    Line Rule Message
    774 - 777 BooleanGetMethodName The 'getIsMember()' method which returns a boolean should be named 'is...()' or 'has...()'