class QualifiedClassNameDirectoryMapper implements DirectoryMapperInterface (View source)

Use class name as the name of directory.

Properties

string $namespaceSeperator Character that will replace backspace (PHP namespace separator)

Methods

getClassDirectory(unknown $className)

Get the file system directory for the given object class name

isAbsolute()

returnboolean TRUE if paths provided by getClassDirectory() should be considered as absolute

paths.

Details

getClassDirectory(unknown $className)

Get the file system directory for the given object class name

Parameters

unknown $className Directory path

See also

DirectoryMapperInterface::getClassDirectory

isAbsolute()

returnboolean TRUE if paths provided by getClassDirectory() should be considered as absolute

paths.