\WorkermanAutoloader

Autoload.

Summary

Methods
Properties
Constants
setRootPath()
loadByNamespace()
No public properties found
No constants found
No protected methods found
$_autoloadRootPath
N/A
No private methods found
No private properties found
N/A

Properties

$_autoloadRootPath

$_autoloadRootPath : string

Autoload root path.

Type

string

Methods

setRootPath()

setRootPath(string  $root_path) : void

Set autoload root path.

Parameters

string $root_path

loadByNamespace()

loadByNamespace(string  $name) : boolean

Load files by namespace.

Parameters

string $name

Returns

boolean