Neos\Flow\Package\PackageInterface::getClassFiles PHP Метод

getClassFiles() публичный Метод

Returns the array of filenames of the class files
public getClassFiles ( ) : array
Результат array An array of class names (key) and their filename, including the relative path to the package's directory
    public function getClassFiles();