AppserverIo\Appserver\Core\Scanner\DeploymentScanner::getExtensionsToWatch PHP Method

getExtensionsToWatch() protected method

Returns an array with file extensions that should be watched for new deployments.
protected getExtensionsToWatch ( ) : array
return array The array with the file extensions
    protected function getExtensionsToWatch()
    {
        return $this->extensionsToWatch;
    }