Author: Derick Rethans
Date: 2006-01-27 12:47:18 +0100 (Fri, 27 Jan 2006)
New Revision: 2049
Log:
- Fixed errors in inline docs.
Modified:
packages/TranslationCacheTiein/trunk/src/backends/cache_backend.php
Modified: packages/TranslationCacheTiein/trunk/src/backends/cache_backend.php
===================================================================
--- packages/TranslationCacheTiein/trunk/src/backends/cache_backend.php
2006-01-27 09:14:41 UTC (rev 2048)
+++ packages/TranslationCacheTiein/trunk/src/backends/cache_backend.php
2006-01-27 11:47:18 UTC (rev 2049)
@@ -19,7 +19,7 @@
* <code>
* <?php
* // Create a cache object with content
- * $cacheObj = new ezcCacheStorageFileArray( 'ezcTranslationCacheBackendTest'
) );
+ * $cacheObj = new ezcCacheStorageFileArray( 'ezcTranslationCacheBackendTest'
);
*
* $expected = array(
* new ezcTranslationData( 'Node ID: %node_id Visibility: %visibility',
@@ -62,7 +62,7 @@
* $contexts = array();
* foreach ( $reader as $contextName => $contextData )
* {
- * $cacheObj->store( "{$locale}/{$contextName}", $contextData );
+ * $writer->storeContext( $contextName, $contextData );
* }
*
* // Deinitialize the writer and reader
--
svn-components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/svn-components