AppserverIo\Appserver\Core\Scanner\Mock\MockAbstractScanner::getExtensionsToWatch PHP Method

getExtensionsToWatch() protected method

Returns an array with file extensions that are used to create the directory hash.
See also: AppserverIo\Appserver\Core\Scanner\AbstractScanner::getDirectoryHash()
protected getExtensionsToWatch ( ) : array
return array The array with the file extensions
    protected function getExtensionsToWatch()
    {
        // TODO: Implement getExtensionsToWatch() method.
    }