AppserverIo\Appserver\Core\Scanner\DeploymentScanner::getExtensionsToWatch PHP 메소드

getExtensionsToWatch() 보호된 메소드

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