Documentation

domain
in package

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

Table of Contents

domain_host()  : string|null
domain_host_target()  : string|null
domain_sub()  : string|null
domain_sub_target()  : string|null
domain_target()  : mixed
domain()  : string|null
domain_trim()  : string|null

Methods

domain_host()

public static domain_host() : string|null
Return values
string|null

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

domain_host_target()

public static domain_host_target() : string|null
Return values
string|null

domain_sub()

public static domain_sub() : string|null
Return values
string|null

domain_sub_target()

public static domain_sub_target() : string|null
Return values
string|null

domain_target()

public static domain_target() : mixed
Return values
mixed

domain()

private static domain() : string|null
Return values
string|null

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
Parameters
$domain : mixed
$subdomain : mixed
Return values
string|null

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

Search results