Skip to content

Latest commit

 

History

History
181 lines (62 loc) · 1.46 KB

domain.md

File metadata and controls

181 lines (62 loc) · 1.46 KB

domain

It's a class that's used to dispatch events.

  • Full name: \yxorP\lib\http\domain

Methods

domain_host

public static domain_host(): string|null
  • This method is static.

Return Value:

It creates a new user with the credentials defined in the .env file A static method that is being called.


domain_trim

private static domain_trim(mixed $domain, mixed $subdomain): string|null
  • This method is static.

Parameters:

Parameter Type Description
$domain mixed
$subdomain mixed

Return Value:

It creates a new user with the credentials defined in the .env file A static method that is being called.


domain

private static domain(): string|null
  • This method is static.

Return Value:

It creates a new user with the credentials defined in the .env file A static method that is being called.


domain_sub

public static domain_sub(): ?string
  • This method is static.

domain_host_target

public static domain_host_target(): ?string
  • This method is static.

domain_target

public static domain_target(): mixed
  • This method is static.

domain_sub_target

public static domain_sub_target(): ?string
  • This method is static.