Manager
Table of Contents
Methods
-
getAvailableComponents()
: array<string|int, Component>
-
getComponentByName()
: Component|null
-
getComponentPath()
: string
-
getComponentVersion()
: float|int|string
-
getExtensionPath()
: string|array<string|int, string>|null
-
getExtensionResourceList()
: array<string|int, mixed>
-
isBundleEnabled()
: bool
getAvailableComponents()
public
static getAvailableComponents() : array<string|int, Component>
-
throws
-
FileNotFoundException
getComponentByName()
public
static getComponentByName(mixed $name) : Component|null
Parameters
-
$name
: mixed
-
-
throws
-
FileNotFoundException
getComponentPath()
public
static getComponentPath(mixed $componentName) : string
Parameters
-
$componentName
: mixed
-
-
throws
-
Exception
getComponentVersion()
public
static getComponentVersion(mixed $componentName) : float|int|string
Parameters
-
$componentName
: mixed
-
-
throws
-
Exception
Return values
float|int|string
getExtensionPath()
public
static getExtensionPath(mixed $ext) : string|array<string|int, string>|null
Parameters
-
$ext
: mixed
-
Return values
string|array<string|int, string>|null
getExtensionResourceList()
public
static getExtensionResourceList(mixed $ext) : array<string|int, mixed>
Parameters
-
$ext
: mixed
-
Return values
array<string|int, mixed>
isBundleEnabled()
public
static isBundleEnabled() : bool