Skip to content

HasNameLookup

github-actions edited this page Apr 24, 2026 · 1 revision

  • Full name: \FastForward\Enum\Trait\HasNameLookup

Methods

tryFromName

public static tryFromName(string $name): self|null
  • This method is static. Parameters:
Parameter Type Description
$name string

fromName

public static fromName(string $name): self
  • This method is static. Parameters:
Parameter Type Description
$name string

hasName

public static hasName(string $name): bool
  • This method is static. Parameters:
Parameter Type Description
$name string

Clone this wiki locally