ACMS_Namespace
Table of Contents
Properties
-
$_INSTANCE
: ACMS_Namespace
-
$_namespaces
: array<string|int, mixed>
Methods
-
addNamespace()
: mixed
-
getModuleClass()
: string|bool
-
singleton()
: ACMS_Namespace
$_INSTANCE
private
static ACMS_Namespace
$_INSTANCE
$_namespaces
private
array<string|int, mixed>
$_namespaces
= []
addNamespace()
public
addNamespace(string $path[, string $type = 'old' ]) : mixed
Parameters
-
$path
: string
-
-
$type
: string
= 'old'
-
getModuleClass()
public
getModuleClass(string $method, string $moduleName) : string|bool
Parameters
-
$method
: string
-
-
$moduleName
: string
-
Return values
string|bool
singleton()
public
static singleton() : ACMS_Namespace
-
static
-