Bitrix API

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

Methods

getComponentPath()

public static getComponentPath(mixed $componentName) : string
Parameters
$componentName : mixed
Tags
throws
Exception
Return values
string

getComponentVersion()

public static getComponentVersion(mixed $componentName) : float|int|string
Parameters
$componentName : mixed
Tags
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
Return values
bool

        
On this page

Search results