DirectoryMapperInterface
interface DirectoryMapperInterface (View source)
Object file directory mapping strategy
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.