PathIndex extends EO_PathIndex
Tags
Table of Contents
Methods
- detectAssignment() : string|null
- Detects assignment id from a path.
- detectModuleId() : string|null
- Detects and returns module id from a path.
- loadByPath() : self|null
- Loads pathIndex by its path.
Methods
detectAssignment()
Detects assignment id from a path.
public
detectAssignment() : string|null
Return values
string|nulldetectModuleId()
Detects and returns module id from a path.
public
detectModuleId() : string|null
Return values
string|nullloadByPath()
Loads pathIndex by its path.
public
static loadByPath(string $path) : self|null
Parameters
- $path : string
-
Path to search index.