Class: I2CE MagicDataStorageMongoDB (Development): Difference between revisions
(Created page with '{{otherversions|Class: I2CE_MagicDataStorageMongoDB}} This article describes the class ''I2CE_MagicDataStorageMongoDB'' . *Extends the class: [[Class: I2CE_MagicDataStorage (Deve…') |
No edit summary |
||
Line 2: | Line 2: | ||
This article describes the class ''I2CE_MagicDataStorageMongoDB'' . | This article describes the class ''I2CE_MagicDataStorageMongoDB'' . | ||
*Extends the class: [[Class: I2CE_MagicDataStorage (Development) | I2CE_MagicDataStorage]]. | *Extends the class: [[Class: I2CE_MagicDataStorage (Development) | I2CE_MagicDataStorage]]. | ||
*Location: Part of the module [[I2CE Module List (Development)#I2CE|I2CE]] in the package [https://launchpad.net/i2ce I2CE] 4. | *Location: Part of the module [[I2CE Module List (Development)#I2CE|I2CE]] in the package [https://launchpad.net/i2ce I2CE] 4.1-dev | ||
*Source: Defined in the file [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4. | *Source: Defined in the file [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1-dev/annotate/head:/lib/I2CE_MagicDataStorageMongoDB.php#L34 lib/I2CE_MagicDataStorageMongoDB.php] on line 34 | ||
==Variables== | ==Variables== | ||
===$ | ===$m=== | ||
, mongodb connection | |||
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4. | *Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1-dev/annotate/head:/lib/I2CE_MagicDataStorageMongoDB.php#L39 i2ce/lib/I2CE_MagicDataStorageMongoDB.php] on line 39 | ||
*Type: protected | *Type: protected $m | ||
===$ | ===$mdb=== | ||
@var protected $m, mongodb | |||
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1-dev/annotate/head:/lib/I2CE_MagicDataStorageMongoDB.php#L43 i2ce/lib/I2CE_MagicDataStorageMongoDB.php] on line 43 | |||
*Type: protected $mdb | |||
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4. | |||
*Type: protected | |||
==Methods== | ==Methods== | ||
===__construct()=== | ===__construct()=== | ||
Create a new instance for magic data storage. | |||
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4. | *Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1-dev/annotate/head:/lib/I2CE_MagicDataStorageMongoDB.php#L50 i2ce/lib/I2CE_MagicDataStorageMongoDB.php] on line 50 | ||
*Signature: public function __construct( | *Signature: public function __construct($name) | ||
*Parameters: | *Parameters: | ||
**$ | ** [http://www.php.net/manual/en/language.types.string.php string ] $name <br/>The name assigned to this storage object | ||
===clear()=== | ===clear()=== | ||
Clear the all keys/values associated with this storage | |||
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4. | *Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1-dev/annotate/head:/lib/I2CE_MagicDataStorageMongoDB.php#L125 i2ce/lib/I2CE_MagicDataStorageMongoDB.php] on line 125 | ||
*Signature: public function clear() | *Signature: public function clear() | ||
*Returns: [http://www.php.net/manual/en/language.types.boolean.php boolean ] | *Returns: [http://www.php.net/manual/en/language.types.boolean.php boolean ] | ||
===destroy()=== | ===destroy()=== | ||
Erases the given I2CE_MagicDataNode from the storage mechanism @param I2CE_MagicDataNode | Erases the given I2CE_MagicDataNode from the storage mechanism @param I2CE_MagicDataNode @param boolean. True on sucess | ||
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4. | *Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1-dev/annotate/head:/lib/I2CE_MagicDataStorageMongoDB.php#L202 i2ce/lib/I2CE_MagicDataStorageMongoDB.php] on line 202 | ||
*Signature: public function destroy($node) | *Signature: public function destroy($node) | ||
*Parameters: | *Parameters: | ||
**$node | **$node | ||
===isAvailable()=== | ===isAvailable()=== | ||
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1-dev/annotate/head:/lib/I2CE_MagicDataStorageMongoDB.php#L78 i2ce/lib/I2CE_MagicDataStorageMongoDB.php] on line 78 | |||
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4. | |||
*Signature: public function isAvailable() | *Signature: public function isAvailable() | ||
===renameChild()=== | |||
Renames a child node | |||
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1-dev/annotate/head:/lib/I2CE_MagicDataStorageMongoDB.php#L238 i2ce/lib/I2CE_MagicDataStorageMongoDB.php] on line 238 | |||
*Signature: public function renameChild($node,$old,$new) | |||
*Parameters: | |||
** [[Class: I2CE_MagicDataNode (Development) | I2CE_MagicDataNode]] $node | |||
** [http://www.php.net/manual/en/language.types.string.php string ] $old | |||
** [http://www.php.net/manual/en/language.types.string.php string ] $new | |||
*Returns: boolean.<br/>True on success, false on failure | |||
===renameDecendents()=== | |||
Rename the descenedent children for which we need to rename its paths | |||
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1-dev/annotate/head:/lib/I2CE_MagicDataStorageMongoDB.php#L263 i2ce/lib/I2CE_MagicDataStorageMongoDB.php] on line 263 | |||
*Signature: protected function renameDecendents($node,$children) | |||
*Parameters: | |||
** [[Class: I2CE_MagicDataNode (Development) | I2CE_MagicDataNode]] $node | |||
** [http://www.php.net/manual/en/language.types.array.php array ] $children <br/>an array of child paths we need to rename its path | |||
===retrieve()=== | ===retrieve()=== | ||
Retrieve the given I2CE_MagicDataNode value and type. | Retrieve the given I2CE_MagicDataNode value and type. | ||
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4. | *Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1-dev/annotate/head:/lib/I2CE_MagicDataStorageMongoDB.php#L217 i2ce/lib/I2CE_MagicDataStorageMongoDB.php] on line 217 | ||
*Signature: public function retrieve($node) | *Signature: public function retrieve($node) | ||
*Parameters: | *Parameters: | ||
** [[Class: I2CE_MagicDataNode (Development) | I2CE_MagicDataNode]] $node | ** [[Class: I2CE_MagicDataNode (Development) | I2CE_MagicDataNode]] $node | ||
*Returns: [http://www.php.net/manual/en/language.types.array.php array ] | *Returns: [http://www.php.net/manual/en/language.types.array.php array ] | ||
===setupIndices()=== | |||
Setup the indices of a config collection @param MongoCollection | |||
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1-dev/annotate/head:/lib/I2CE_MagicDataStorageMongoDB.php#L144 i2ce/lib/I2CE_MagicDataStorageMongoDB.php] on line 144 | |||
*Signature: static public function setupIndices($mcoll) | |||
*Parameters: | |||
**$mcoll | |||
===store()=== | ===store()=== | ||
Store the given I2CE_MagicDataNode into | Store the given I2CE_MagicDataNode into mongodb | ||
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4. | *Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1-dev/annotate/head:/lib/I2CE_MagicDataStorageMongoDB.php#L163 i2ce/lib/I2CE_MagicDataStorageMongoDB.php] on line 163 | ||
*Signature: public function store($node) | *Signature: public function store($node) | ||
*Parameters: | *Parameters: | ||
** [[Class: I2CE_MagicDataNode (Development) | I2CE_MagicDataNode]] $node | ** [[Class: I2CE_MagicDataNode (Development) | I2CE_MagicDataNode]] $node | ||
==Inherited Methods== | ==Inherited Methods== | ||
===getChildPath()=== | |||
This public method is inherited from [[Class: I2CE_MagicDataStorage (Development)#getChildPath() | I2CE_MagicDataStorage->getChildPath()]] | |||
===getHash()=== | ===getHash()=== | ||
This public method is inherited from [[Class: I2CE_MagicDataStorage (Development)#getHash() | I2CE_MagicDataStorage->getHash()]] | This public method is inherited from [[Class: I2CE_MagicDataStorage (Development)#getHash() | I2CE_MagicDataStorage->getHash()]] |
Latest revision as of 08:15, 6 May 2015
This article describes the class I2CE_MagicDataStorageMongoDB .
- Extends the class: I2CE_MagicDataStorage.
- Location: Part of the module I2CE in the package I2CE 4.1-dev
- Source: Defined in the file lib/I2CE_MagicDataStorageMongoDB.php on line 34
Variables
$m
, mongodb connection
- Defined in i2ce/lib/I2CE_MagicDataStorageMongoDB.php on line 39
- Type: protected $m
$mdb
@var protected $m, mongodb
- Defined in i2ce/lib/I2CE_MagicDataStorageMongoDB.php on line 43
- Type: protected $mdb
Methods
__construct()
Create a new instance for magic data storage.
- Defined in i2ce/lib/I2CE_MagicDataStorageMongoDB.php on line 50
- Signature: public function __construct($name)
- Parameters:
- string $name
The name assigned to this storage object
- string $name
clear()
Clear the all keys/values associated with this storage
- Defined in i2ce/lib/I2CE_MagicDataStorageMongoDB.php on line 125
- Signature: public function clear()
- Returns: boolean
destroy()
Erases the given I2CE_MagicDataNode from the storage mechanism @param I2CE_MagicDataNode @param boolean. True on sucess
- Defined in i2ce/lib/I2CE_MagicDataStorageMongoDB.php on line 202
- Signature: public function destroy($node)
- Parameters:
- $node
isAvailable()
- Defined in i2ce/lib/I2CE_MagicDataStorageMongoDB.php on line 78
- Signature: public function isAvailable()
renameChild()
Renames a child node
- Defined in i2ce/lib/I2CE_MagicDataStorageMongoDB.php on line 238
- Signature: public function renameChild($node,$old,$new)
- Parameters:
- I2CE_MagicDataNode $node
- string $old
- string $new
- Returns: boolean.
True on success, false on failure
renameDecendents()
Rename the descenedent children for which we need to rename its paths
- Defined in i2ce/lib/I2CE_MagicDataStorageMongoDB.php on line 263
- Signature: protected function renameDecendents($node,$children)
- Parameters:
- I2CE_MagicDataNode $node
- array $children
an array of child paths we need to rename its path
retrieve()
Retrieve the given I2CE_MagicDataNode value and type.
- Defined in i2ce/lib/I2CE_MagicDataStorageMongoDB.php on line 217
- Signature: public function retrieve($node)
- Parameters:
- I2CE_MagicDataNode $node
- Returns: array
setupIndices()
Setup the indices of a config collection @param MongoCollection
- Defined in i2ce/lib/I2CE_MagicDataStorageMongoDB.php on line 144
- Signature: static public function setupIndices($mcoll)
- Parameters:
- $mcoll
store()
Store the given I2CE_MagicDataNode into mongodb
- Defined in i2ce/lib/I2CE_MagicDataStorageMongoDB.php on line 163
- Signature: public function store($node)
- Parameters:
- I2CE_MagicDataNode $node
Inherited Methods
getChildPath()
This public method is inherited from I2CE_MagicDataStorage->getChildPath()
getHash()
This public method is inherited from I2CE_MagicDataStorage->getHash()
Inherited Variables
$name
Theis protected variable is inherited from I2CE_MagicDataStorage->$name