Example #1
0
 protected function createFilepath(LoaderInterface $loader, $file)
 {
     $dir = pathinfo($loader->getFilepath(), PATHINFO_DIRNAME);
     return realpath("{$dir}/{$file}");
 }