Class org_geoprisma_config_Config

Description

Implements interfaces:

  • com_borealis_foundation_util_Singleton

Interface pour les config, récupération de la config

  • author: Pascal Martin
  • abstract:

Located in /org/geoprisma/config/Config.php (line 23)


	
			
Direct descendents
Class Description
org_geoprisma_config_PGSQLMapContextConfig Get configuration from database using the "MapContext" way of defining it.
org_geoprisma_config_XMLConfig Récupère les informations de configuration d'un fichier xml
Variable Summary
Method Summary
static string canonicalize (string $pstrPath)
ArrayObject getAccessFilters ()
org_geoprisma_datastore_Datastore getDatastore (string $pstrDatastoreName)
ArrayObject getDatastores ()
DOMDocument getDomDocument ()
org_geoprisma_layout_Layout getLayout (string $pstrLayoutName)
ArrayObject getLayouts ()
array getProcessList ()
array getProxyURLs ()
org_geoprisma_resource_Resource getResource (string $pstrResourceName)
ArrayObject getResources ()
org_geoprisma_service_Service getService (string $pstrServiceName)
ArrayObject getServices ()
org_geoprisma_widget_Widget getWidget (string $pstrWidgetName)
ArrayObject getWidgets ()
boolean isProxyURL (string $pstrURL)
boolean isServiceHost (string $pstrURL)
Variables
mixed $m_objArrayExclusiveUnboundWidgetName = null (line 25)
  • access: protected
mixed $m_objArrayProcessList = array("getProcessList") (line 26)
  • access: protected

Redefined in descendants as:
Methods
static method canonicalize (line 531)

Returns a canonicalized version of a path string.

  • access: public
static string canonicalize (string $pstrPath)
  • string $pstrPath: path string to canonicalize.
getAccessFilter (line 363)

Retorrne un object accessfilter

  • abstract:
  • access: public
org_geoprisma_accessfilter_AccessFilter getAccessFilter (string $pstrAccessFilterName)
  • string $pstrAccessFilterName: AccessFilter name

Redefined in descendants as:
getAccessFilters (line 370)

Retorrne la liste des accessfilter disponible

  • return: of org_geoprisma_accessfilter_AccessFilter
  • abstract:
  • access: public
ArrayObject getAccessFilters ()

Redefined in descendants as:
getCanonicalizeProxyURLs (line 504)

Returns an array of canonicalized proxy urls.

  • access: public
array getCanonicalizeProxyURLs ()
getDatastore (line 331)

Retorrne un object datastore

  • abstract:
  • access: public
org_geoprisma_datastore_Datastore getDatastore (string $pstrDatastoreName)
  • string $pstrDatastoreName: Datastore name

Redefined in descendants as:
getDatastores (line 338)

Retorrne la liste des datastores disponible

  • return: of org_geoprisma_datastore_Datastore
  • abstract:
  • access: public
ArrayObject getDatastores ()

Redefined in descendants as:
getDomDocument (line 33)

Return DOMDocument with the config inside ready to passe to xsltprocessor

  • access: public
DOMDocument getDomDocument ()
getLayout (line 315)

Retorrne un object layout

  • abstract:
  • access: public
org_geoprisma_layout_Layout getLayout (string $pstrLayoutName)
  • string $pstrLayoutName: Layout name

Redefined in descendants as:
getLayouts (line 322)

Retorrne la liste des layouts disponible

  • return: of org_geoprisma_layout_Layout
  • abstract:
  • access: public
ArrayObject getLayouts ()

Redefined in descendants as:
getProcessList (line 393)

Get the process names the config supports.

  • access: public
array getProcessList ()
getProxyURLs (line 469)

Returns an array of parsed proxy urls. Throws an error if no proxy would be returned.

  • access: public
array getProxyURLs ()
getResource (line 379)

Retorrne un object resource

  • abstract:
  • access: public
org_geoprisma_resource_Resource getResource (string $pstrResourceName)
  • string $pstrResourceName: Resource name

Redefined in descendants as:
getResources (line 386)

Retorrne la liste des resources disponible

  • return: of org_geoprisma_resource_Resource
  • abstract:
  • access: public
ArrayObject getResources ()

Redefined in descendants as:
getService (line 299)

Retourne un object service

  • abstract:
  • access: public
org_geoprisma_service_Service getService (string $pstrServiceName)
  • string $pstrServiceName: Service Name

Redefined in descendants as:
getServices (line 306)

Retourne la liste de service disponible service

  • return: of org_geoprisma_service_Service
  • abstract:
  • access: public
ArrayObject getServices ()

Redefined in descendants as:
getWidget (line 347)

Retorrne un object widget

  • abstract:
  • access: public
org_geoprisma_widget_Widget getWidget (string $pstrWidgetName)
  • string $pstrWidgetName: Widget name

Redefined in descendants as:
getWidgets (line 354)

Retorrne la liste des widget disponible

  • return: of org_geoprisma_widget_Widget
  • abstract:
  • access: public
ArrayObject getWidgets ()

Redefined in descendants as:
isExclusiveUnboundWidget (line 559)

Return whether the unbound widget (not linked to a resource) is exclusive or not, i.e. its name is inside the exclusive list (if set) and is not a MapPanel widget.

  • access: public
Boolean isExclusiveUnboundWidget (org_geoprisma_widget_Widget $pobjWidget)
isProxyURL (line 419)

Checks if whether the given url is a proxy url or not.

  • access: public
boolean isProxyURL (string $pstrURL)
  • string $pstrURL: url to check
isServiceHost (line 405)

Checks if whether the given url is a access controled service or not.

  • access: public
boolean isServiceHost (string $pstrURL)
  • string $pstrURL: url to check

Documentation generated on Mon, 20 Feb 2012 13:46:09 -0500 by phpDocumentor 1.4.1