n2n Page Rocket 1 API

n2n\core

­Type­Loader

TypeLoader

Constant summary

Methods summary

Modifier and Type Method
public static getIncludePaths ( )
public static isRegistered ( )
public static register ( bool useIncludePath = true , array psr4Map = array )
public static init ( bool useIncludePath = true , array psr4Map = array )
public static load ( string typeName )
public static ReflectionClass loadType ( string typeName )
public static isTypeLoaded ( unknown typeName )
public static ensureTypeIsLoaded ( string typeName )
public static array getNamespaceDirPaths ( string namespace )
public static isTypeUnsafe ( unknown typeName )
public static doesTypeExist ( unknown typeName , unknown fileExt = self )
public static getFilePathOfType ( string typeName , unknown fileExt = self )
public static namespaceOfTypeName ( unknown typeName )
public static TypeLoaderErrorException getLatestException ( )
public static clear ( )
public static removeIncludePathOfFilePath ( unknown filePath )

Constants in detail

Methods in detail