|
Doctrine 1.2.4
|
Inherits Doctrine_Parser.
Public Member Functions | |
| doDump ($data, $path=null) | |
| doLoad ($path) | |
| dumpData ($array, $path=null, $charset=null) | |
| loadData ($path) | |
Static Public Member Functions | |
| static | dump ($array, $type= 'xml', $path=null, $charset=null) |
| static | getParser ($type) |
| static | load ($path, $type= 'xml') |
Definition at line 33 of file Serialize.php.
|
inherited |
doDump
| string | $data | |
| string | $path |
Definition at line 145 of file Parser.php.
|
inherited |
doLoad
Get contents whether it is the path to a file file or a string of txt. Either should allow php code in it.
| string | $path |
Definition at line 120 of file Parser.php.
|
staticinherited |
dump
Interface for pulling and dumping data to a file
| string | $array | |
| string | $path | |
| string | $type | |
| string | $charset | The charset of the data being dumped |
Definition at line 104 of file Parser.php.
| Doctrine_Parser_Serialize::dumpData | ( | $array, | |
$path = null, |
|||
$charset = null |
|||
| ) |
dumpData
Dump an array of data to a specified path or return
| string | $array | |
| string | $path | |
| string | $charset | The charset of the data being dumped |
Definition at line 45 of file Serialize.php.
|
staticinherited |
getParser
Get instance of the specified parser
| string | $type |
Definition at line 68 of file Parser.php.
|
staticinherited |
load
Interface for loading and parsing data from a file
| string | $path | |
| string | $type |
Definition at line 85 of file Parser.php.
| Doctrine_Parser_Serialize::loadData | ( | $path | ) |
loadData
Load and unserialize data from a file or from passed data
| string | $path |
Definition at line 60 of file Serialize.php.