[ all elements ]

Index of all elements

[ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ i ] [ j ] [ n ] [ o ] [ p ] [ r ] [ s ] [ t ] [ u ] [ _ ]

a

$api_datatypes
in file cpaint2.inc.php, variable cpaint::$api_datatypes
    list of registered complex types used in the CPAINT API
$api_functions
in file cpaint2.inc.php, variable cpaint::$api_functions
    list of registered methods available through the CPAINT API
$attributes
in file cpaint2.inc.php, variable cpaint_node::$attributes
    node attributes.
add_node
in file cpaint2.inc.php, method cpaint_node::add_node()
    adds a new subnode to this node.
add_node
in file cpaint2.inc.php, method cpaint::add_node()
    adds a new subnode to the basenode.
assoc
in file json.php, method JSON::assoc()
    handles objects
top

b

$basenode
in file cpaint2.inc.php, variable cpaint::$basenode
    the basenode ajaxResponse.
top

c

$composites
in file cpaint2.inc.php, variable cpaint_node::$composites
    array of subnodes.
cpaint
in file cpaint2.inc.php, class cpaint
    cpaint base class.
cpaint
in file cpaint2.inc.php, method cpaint::cpaint()
    PHP4 constructor.
cpaint_node
in file cpaint2.inc.php, method cpaint_node::cpaint_node()
    PHP4 constructor.
cpaint_node
in file cpaint2.inc.php, class cpaint_node
    a cpaint data node. Data nodes are used to build up the response.
cpaint_transformer
in file cpaint2.inc.php, class cpaint_transformer
    static class of output transformers.
cpaint2.config.php
procedural page cpaint2.config.php
cpaint2.inc.php
procedural page cpaint2.inc.php
top

d

$data
in file cpaint2.inc.php, variable cpaint_node::$data
    textual data of this node.
decode
in file cpaint2.inc.php, method cpaint_transformer::decode()
    performs conversion from JavaScript encodeURIComponent() string (UTF-8) to the charset in use.
decode_array
in file cpaint2.inc.php, method cpaint_transformer::decode_array()
    decodes a (nested) array of data from UTF-8 into the configured character set
dispatch
in file StatServer.inc.php, method StatServer::dispatch()
    Start server dispatching.
top

e

encode
in file cpaint2.inc.php, method cpaint_transformer::encode()
    performs conversion to JavaScript-safe UTF-8 characters
top

f

find_output_charset
in file cpaint2.inc.php, method cpaint_transformer::find_output_charset()
    determines the output character set based on input character set
top

g

getServices
in file StatServer.inc.php, method StatServer::getServices()
    Remote callable service method.
getServiceStatus
in file StatServer.inc.php, method StatServer::getServiceStatus()
    Remote callable service method.
get_attribute
in file cpaint2.inc.php, method cpaint::get_attribute()
    retrieves an attribute of the basenode by name.
get_attribute
in file cpaint2.inc.php, method cpaint_node::get_attribute()
    retrieves an attribute by name.
get_data
in file cpaint2.inc.php, method cpaint::get_data()
    returns the data assigned to the basenode.
get_data
in file cpaint2.inc.php, method cpaint_node::get_data()
    returns the textual data assigned to this node.
get_encoding
in file cpaint2.inc.php, method cpaint_node::get_encoding()
    returns the character encoding for this node
get_id
in file cpaint2.inc.php, method cpaint::get_id()
    gets the id property of the basenode.
get_id
in file cpaint2.inc.php, method cpaint_node::get_id()
    returns the id property if this node.
get_name
in file cpaint2.inc.php, method cpaint::get_name()
    get name property of the basenode.
get_name
in file cpaint2.inc.php, method cpaint_node::get_name()
    get name property.
get_response_type
in file cpaint2.inc.php, method cpaint::get_response_type()
    returns the response type as requested by the client
top

i

index.php
procedural page index.php
top

j

json.php
procedural page json.php
JSON
in file json.php, class JSON
    a JSON parser / generator
top

n

$nodename
in file cpaint2.inc.php, variable cpaint_node::$nodename
    name of this node.
top

o

obj
in file json.php, method JSON::obj()
    handles objects
top

p

parse
in file json.php, method JSON::parse()
    parses the given string into a PHP data structure
top

r

$response_type
in file cpaint2.inc.php, variable cpaint::$response_type
    response type.
register
in file cpaint2.inc.php, method cpaint::register()
    registers a new function or method as part of the CPAINT API
return_data
in file cpaint2.inc.php, method cpaint::return_data()
    generates and prints the response based on response type supplied by the frontend.
top

s

StatServer.inc.php
procedural page StatServer.inc.php
server.php
procedural page server.php
set_attribute
in file cpaint2.inc.php, method cpaint::set_attribute()
    adds a new attribute to the basenode.
set_attribute
in file cpaint2.inc.php, method cpaint_node::set_attribute()
    adds a new attribute to this node.
set_data
in file cpaint2.inc.php, method cpaint_node::set_data()
    assigns textual data to this node.
set_data
in file cpaint2.inc.php, method cpaint::set_data()
    assigns textual data to the basenode.
set_encoding
in file cpaint2.inc.php, method cpaint_node::set_encoding()
    sets the character encoding for this node
set_id
in file cpaint2.inc.php, method cpaint_node::set_id()
    sets the id property of this node.
set_id
in file cpaint2.inc.php, method cpaint::set_id()
    sets the id property of the basenode.
set_name
in file cpaint2.inc.php, method cpaint_node::set_name()
    set name property.
set_name
in file cpaint2.inc.php, method cpaint::set_name()
    set name property of the basenode.
start
in file cpaint2.inc.php, method cpaint::start()
    calls the user function responsible for this specific call.
StatServer
in file StatServer.inc.php, class StatServer
    The service class.
stringify
in file json.php, method JSON::stringify()
    takes an arbitrary PHP data structure and generates a valid JSON representation from it
top

t

toJSON
in file cpaint2.inc.php, method cpaint_transformer::toJSON()
    JSON response generator.
toString
in file cpaint2.inc.php, method cpaint_transformer::toString()
    toString method, used to generate response of type TEXT.
toXML
in file cpaint2.inc.php, method cpaint_transformer::toXML()
    XML response generator.
top

u

unregister
in file cpaint2.inc.php, method cpaint::unregister()
    unregisters a function that is currently part of the CPAINT API.
top

_

__construct
in file StatServer.inc.php, method StatServer::__construct()
    The constructor loads the actuaal configuration and cpaint server object from the global registry. And if the sesion is authenticated the user will be loaded by the authenticators username.
__construct
in file cpaint2.inc.php, method cpaint_node::__construct()
    PHP 5 constructor.
__construct
in file cpaint2.inc.php, method cpaint::__construct()
    PHP 5 constructor.
top

Documentation generated on Mon, 03 Aug 2009 21:33:06 +0200 by phpDocumentor 1.4.2