attach() attach(\Zend\EventManager\EventManagerInterface $events) Parameters \Zend\EventManager\EventManagerInterface $events
getFileKey() getFileKey( $basePath, \SplFileInfo $file) Get relative key for a file Parameters $basePath \SplFileInfo $file
isOutOfDate() isOutOfDate(string $source, string $destination, array $includes = null) : boolean Test is destination file or folder is out of date from the source. Parameters string $source string $destination array $includes Returns boolean
scanDirectory() scanDirectory(string $path, string|array $extensions) Scan a directory and return a list of files with matching extenstions Parameters string $path Directory path to scan string|array $extensions Match files with these extensions