AdobeConnectClient\Sorter::toArray
Retrieves all not null attributes in an associative array
The keys in hash style: Ex: is-member The values as string
Signature
public function toArray()
Returns
- array
Defined by Interface
Test Coverage
Information
- Coverage: / Lines (%)
- Tests: 0
- Passed: 0 (0%)
Violations
PHPMessDetector
Line | Rule | Message |
---|---|---|
90 | StaticAccess | Avoid using static access to class '\AdobeConnectClient\Helpers\StringCaseTransform' in method 'toArray'. |
94 | ShortVariable | Avoid variables with short names like $i. Configured minimum length is 3. |
97 | StaticAccess | Avoid using static access to class '\AdobeConnectClient\Helpers\StringCaseTransform' in method 'toArray'. |