Client
[ class tree: Client ] [ index: Client ] [ all elements ]

Class: ClientPluginConfig

Source Location: /client/Cartoclient.php

Class Overview

Config
   |
   --PluginConfig
      |
      --ClientPluginConfig

Configuration for client plugins


Methods


Child classes:

AuthTestClientPluginConfig
Configuration for client plugins

Inherited Variables

Inherited Methods

Class: PluginConfig

PluginConfig::__construct()
Constructor
PluginConfig::getPath()
Returns directory where .ini are located

Class: Config

Config::__construct()
Constructor
Config::getBasePath()
Returns the client or server root path
Config::getIniArray()
Returns protected var $ini_array.
Config::getKind()
Returns type of config ('client' or 'server')
Config::getProfileParameters()
Return the name of the parameters which will be automatically set from the current profile (overriding the one from configuration).
Config::setMapId()
Sets mapId
Config::updateProfileParameters()
Set parameters values according to the current profile
Config::__get()
Property access method

Class Details

[line 143]
Configuration for client plugins



[ Top ]


Class Methods


constructor __construct [line 176]

ClientPluginConfig __construct( string $plugin, ClientProjectHandler $projectHandler)

Constructor



Tags:

access:  public


Overrides PluginConfig::__construct() (Constructor)

Parameters:

string   $plugin   plugin name
ClientProjectHandler   $projectHandler   Cartoclient's project handler

[ Top ]

method getBasePath [line 157]

string getBasePath( )

Returns base path



Tags:

access:  public


Overrides Config::getBasePath() (Returns the client or server root path)

[ Top ]

method getKind [line 149]

string getKind( )

Returns plugin config type



Tags:

access:  public


Overrides Config::getKind() (Returns type of config ('client' or 'server'))

[ Top ]

method getPath [line 167]

string getPath( )

Returns directory where .ini are located

Client's .ini are located directly in client_conf directory.




Tags:

return:  path
access:  public


Overrides PluginConfig::getPath() (Returns directory where .ini are located)

[ Top ]


Documentation generated on Fri, 21 Sep 2007 13:30:32 +0200 by phpDocumentor 1.3.0RC3