コード例 #1
0
ファイル: AbstractFileDriver.php プロジェクト: corcre/elabftw
 /**
  * {@inheritDoc}
  */
 public function getAllClassNames()
 {
     if (!$this->locator instanceof AdvancedFileLocatorInterface) {
         throw new \RuntimeException('Locator "%s" must be an instance of "AdvancedFileLocatorInterface".');
     }
     return $this->locator->findAllClasses($this->getExtension());
 }