AdobeConnectClient\Helpers\ValueTransform
Converts the value into a type.
Synopsis
class ValueTransform
{
- // methods
- public static string toString()
- public static DateTimeImmutable toDateTimeImmutable()
- public static bool toBool()
Coverage
Methods | 0% | 0 / 3 |
Lines | 0% | / |
Violations
PHPMessDetector
Line | Rule | Message |
---|---|---|
51 | StaticAccess | Avoid using static access to class '\DateTimeImmutable' in method 'toDateTimeImmutable'. |
Methods
public
- toBool() — Transform the value into a boolean type.
- toDateTimeImmutable() — Converts arbitrary value into DateTimeImmutable
- toString() — Converts arbitrary value into string