Moodle  2.2.1
http://www.collinsharper.com
Moxiecode_JSONReader Class Reference

Public Member Functions

 Moxiecode_JSONReader ($data)
 getToken ()
 getLocation ()
 getTokenName ()
 getValue ()
 readToken ()
 _readBool ($chr)
 _readNull ()
 _readString ($quote)
 _int2utf8 ($int)
 _readNumber ($start)
 readAway ()
 read ($len=1)
 skip ($len)
 peek ()

Data Fields

 $_data
 $_len
 $_pos
 $_value
 $_token
 $_location
 $_lastLocations
 $_needProp

Detailed Description

Definition at line 26 of file JSON.php.


Member Function Documentation

_int2utf8 ( int)

Definition at line 270 of file JSON.php.

Here is the caller graph for this function:

_readBool ( chr)

Definition at line 159 of file JSON.php.

Here is the call graph for this function:

Here is the caller graph for this function:

_readNull ( )

Definition at line 176 of file JSON.php.

Here is the call graph for this function:

Here is the caller graph for this function:

_readNumber ( start)

Definition at line 291 of file JSON.php.

Here is the call graph for this function:

Here is the caller graph for this function:

_readString ( quote)

Definition at line 189 of file JSON.php.

Here is the call graph for this function:

Here is the caller graph for this function:

Definition at line 45 of file JSON.php.

getToken ( )

Definition at line 41 of file JSON.php.

Definition at line 49 of file JSON.php.

getValue ( )

Definition at line 85 of file JSON.php.

Moxiecode_JSONReader ( data)

Definition at line 32 of file JSON.php.

peek ( )

Definition at line 349 of file JSON.php.

Here is the caller graph for this function:

read ( len = 1)

Definition at line 331 of file JSON.php.

Here is the caller graph for this function:

readAway ( )

Definition at line 322 of file JSON.php.

Here is the call graph for this function:

Here is the caller graph for this function:

readToken ( )

Definition at line 89 of file JSON.php.

Here is the call graph for this function:

skip ( len)

Definition at line 345 of file JSON.php.

Here is the caller graph for this function:


Field Documentation

$_data

Definition at line 27 of file JSON.php.

$_lastLocations

Definition at line 29 of file JSON.php.

$_len

Definition at line 27 of file JSON.php.

$_location

Definition at line 29 of file JSON.php.

$_needProp

Definition at line 30 of file JSON.php.

$_pos

Definition at line 27 of file JSON.php.

$_token

Definition at line 28 of file JSON.php.

$_value

Definition at line 28 of file JSON.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations