-
Notifications
You must be signed in to change notification settings - Fork 0
HasNameLookup
github-actions edited this page Apr 24, 2026
·
1 revision
- Full name:
\FastForward\Enum\Trait\HasNameLookup
public static tryFromName(string $name): self|null- This method is static. Parameters:
| Parameter | Type | Description |
|---|---|---|
$name |
string |
public static fromName(string $name): self- This method is static. Parameters:
| Parameter | Type | Description |
|---|---|---|
$name |
string |
public static hasName(string $name): bool- This method is static. Parameters:
| Parameter | Type | Description |
|---|---|---|
$name |
string |