Class Loader
public
|
#
__construct( string $ns = 'Mockery', $includePath = null )
Creates a new Loader that loads classes of the specified namespace. |
public
|
#
setNamespaceSeparator( string $sep )
Sets the namespace separator used by classes in the namespace of this class loader. |
public
|
#
getNamespaceSeparator( )
Gets the namespace seperator used by classes in the namespace of this class loader. |
public
|
#
setIncludePath( string $includePath )
Sets the base include path for all class files in the namespace of this class loader. |
public
string
|
#
getIncludePath( )
Gets the base include path for all class files in the namespace of this class loader. |
public
|
#
setFileExtension( string $fileExtension )
Sets the file extension of class files in the namespace of this class loader. |
public
string
|
|
public
|
|
public
|
|
public
|