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();