HumHub Documentation (unofficial)

ShortNameLocator

Short name locator interface

Table of Contents

Methods

getClassName()  : string
Return full class name for a named helper
isLoaded()  : bool
Whether or not a Helper by a specific name
load()  : string
Load a helper via the name provided

Methods

getClassName()

Return full class name for a named helper

public getClassName(string $name) : string
Parameters
$name : string
Return values
string

isLoaded()

Whether or not a Helper by a specific name

public isLoaded(string $name) : bool
Parameters
$name : string
Return values
bool

load()

Load a helper via the name provided

public load(string $name) : string
Parameters
$name : string
Return values
string

        
On this page

Search results