Class Giscuit_Controller_Plugin_Csw

Description

Plugin for Csw

  • copyright: Copyright (c) 2012 VEC

Located in /Controller/Plugin/Csw.php (line 29)

Zend_Controller_Plugin_Abstract
   |
   --Giscuit_Controller_Plugin_Abstract
      |
      --Giscuit_Controller_Plugin_Csw
Variable Summary
Method Summary
 getJsFilesList () array
 getParams () array
 install ( $newConfig) boolean
 parseSettingsForm ( $form) boolean
 parseSettingsParams ( $newConfig,  $form) boolean
 uninstall ( $newConfig) boolean
Variables
mixed $_translations = array(
'en' => array(
'images' => 'Images',
'catalog' => 'Catalog' ,
'what' => 'What' ,
'sort' => 'Sort' ,
'alphabetically' => 'Alphabetically' ,
'newestFirst' => 'Newest first' ,
'oldestFirst' => 'Oldest first' ,
'cswHome' => 'Home' ,
'popularKeywords' => 'Popular keywords' ,
'noRecordsFound' => 'No records are found' ,
'metadataFileIdentifier' => 'Metadata file identifier' ,
'keywords' => 'Keywords' ,
'description' => 'Description' ,
'modifiedDate' => 'Modified date' ,
'webAddress' => 'Web address' ,
'addWmsLayerToMap' => 'Add WMS layer to map' ,
'source' => 'Source' ,
'downloadAsXML' => 'Download as XML' ,
'license' => 'License' ,
'seeMore' => 'See more' ,
'recentlyAdded' => 'Recently added',
'welcomeMessage' => 'Welcome to our catalogue of geospatial data. You can use this service to find out how to access geo-referenced information resources. Geo-referenced information is information that includes reference to a place on, about, or below the Earth\'s surface.<br>
Do you want to harvest these metadata records into your own catalogue using Catalog Services for the Web (CSW)? If yes, use <a href="%1$s" target="_blank">this service URL</a>.'
),'ro'=>array('images'=>'Imagini','catalog'=>'Catalog','what'=>'Ce','sort'=>'Sortare','alphabetically'=>'Alfabetic','newestFirst'=>'Cele mai recente primele','oldestFirst'=>'Cele mai vechi primele','cswHome'=>'Acasă','popularKeywords'=>'Cuvinte cheie populare','noRecordsFound'=>'Date nu au fost găsite','metadataFileIdentifier'=>'Identificator fişierului metadatelor','keywords'=>'Cuvinte cheie','description'=>'Descriere','modifiedDate'=>'Data modificării','webAddress'=>'Adresa web','addWmsLayerToMap'=>'Adaugă strat WMS pe hartă','source'=>'Sursă','downloadAsXML'=>'Descracă în XML','license'=>'Licenţa','seeMore'=>'Vizualizează mai mult','recentlyAdded'=>'Adăugate recent','welcomeMessage'=>'Bine venit la catalogul nostru de date geospaţiale. Puteţi folosi acest serviciu pentru a afla cum de accesat resurse informaţionale geo-referenţiate. Informaţia geo-referenţiată este informaţia ce include referenţe spre locaţia pe, împrejur sau dedesubt suprafeţei Pământului.<br>
Doriţi să colectaţi aceste metadate în catalogul dumneavoastră folosind Web Servicii pentru Catalog (CSW)? Dacă da, folosiţi <a href="%1$s" target="_blank">URL acestui serviciu</a>.'),'ru'=>array('images'=>'Изображения','catalog'=>'Каталог','what'=>'Что','sort'=>'Сортировать','alphabetically'=>'В алфавитном порядке','newestFirst'=>'Самые новые первые','oldestFirst'=>'Самые старые первые','cswHome'=>'Домой','popularKeywords'=>'Популярные ключевые слова','noRecordsFound'=>'Результатов не найдено','metadataFileIdentifier'=>'Идентификатор файла метаданных','keywords'=>'Ключевые слова','description'=>'Описание','modifiedDate'=>'Дата изменения','webAddress'=>'Адрес веб','addWmsLayerToMap'=>'Добавить WMS слой на карту','source'=>'Источник','downloadAsXML'=>'Скачать в XML','license'=>'Лицензия','seeMore'=>'Подробная информация','recentlyAdded'=>'Недавно добавленные','welcomeMessage'=>'Добро пожаловать в наш каталог геопространственных данных. Вы можете воспользоваться этой услугой, чтобы узнать, как получить доступ к геосправочным информационным ресурсам. Гео-справочной информацией является информация, которая включает в себя ссылку на место, около или ниже поверхности Земли.<br>
Вы хотите собрать эти записи метаданных в свой каталог с помощью Каталога Услуг для Веб (CSW)? Если да, то используйте <a href="%1$s" target="_blank">URL этой услуги</a>.'))
(line 32)
  • access: protected

Inherited Variables

Inherited from Giscuit_Controller_Plugin_Abstract

Giscuit_Controller_Plugin_Abstract::$name
Giscuit_Controller_Plugin_Abstract::$_settings
Methods
getJsFilesList (line 115)

List of the javascript files to include

  • access: public
array getJsFilesList ()

Redefinition of:
Giscuit_Controller_Plugin_Abstract::getJsFilesList()
List of the javascript file to include
getParams (line 272)

Get parameters

  • access: public
array getParams ()

Redefinition of:
Giscuit_Controller_Plugin_Abstract::getParams()
Get parameters
install (line 127)

Install plugin

  • access: public
boolean install ( $newConfig)
  • $newConfig

Redefinition of:
Giscuit_Controller_Plugin_Abstract::install()
Install plugin
parseSettingsForm (line 219)

Parse settings in form

  • access: public
boolean parseSettingsForm ( $form)
  • $form

Redefinition of:
Giscuit_Controller_Plugin_Abstract::parseSettingsForm()
Parse settings in form
parseSettingsParams (line 257)

Parse settings from received parameters.

This is the place where we can save received parameters to config file

  • access: public
boolean parseSettingsParams ( $newConfig,  $form)
  • $newConfig
  • $form

Redefinition of:
Giscuit_Controller_Plugin_Abstract::parseSettingsParams()
Parse settings in parameters
uninstall (line 185)

Uninstall plugin

  • access: public
boolean uninstall ( $newConfig)
  • $newConfig

Redefinition of:
Giscuit_Controller_Plugin_Abstract::uninstall()
Uninstall plugin

Inherited Methods

Inherited From Giscuit_Controller_Plugin_Abstract

 Giscuit_Controller_Plugin_Abstract::arrayToTmx()
 Giscuit_Controller_Plugin_Abstract::call()
 Giscuit_Controller_Plugin_Abstract::getAdminJsInitCode()
 Giscuit_Controller_Plugin_Abstract::getJsFilesList()
 Giscuit_Controller_Plugin_Abstract::getMobileJsFilesList()
 Giscuit_Controller_Plugin_Abstract::getParams()
 Giscuit_Controller_Plugin_Abstract::getSettings()
 Giscuit_Controller_Plugin_Abstract::install()
 Giscuit_Controller_Plugin_Abstract::parseSettingsForm()
 Giscuit_Controller_Plugin_Abstract::parseSettingsParams()
 Giscuit_Controller_Plugin_Abstract::setSettings()
 Giscuit_Controller_Plugin_Abstract::uninstall()

Documentation generated on Fri, 23 Nov 2012 13:01:11 +0000 by phpDocumentor 1.4.3