/**
  * Create a new instance of the default path factory.
  *
  * @return PathFactoryInterface The new default path factory instance.
  */
 protected function createDefaultPathFactory()
 {
     return FileSystemPathFactory::instance();
 }
Beispiel #2
0
 /**
  * Get the most appropriate path factory for this type of path.
  *
  * @return Factory\FileSystemPathFactoryInterface The path factory.
  */
 protected static function factory()
 {
     return Factory\FileSystemPathFactory::instance();
 }