]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/main/cache/class_MemoryCache.php
DebugMailer classes extended, again some minor fixes:
[shipsimu.git] / inc / classes / main / cache / class_MemoryCache.php
index 9d52a2179d13af3fed80a1c774a6d9613bd259f6..50929bae492bfa718b4edf737d96862a2f72adcc 100644 (file)
@@ -101,7 +101,7 @@ class MemoryCache extends BaseFrameworkSystem implements Cacheable {
         * @param       $offset         The offset we shall set
         * @return      $data           Data to store in the cache
         */
-       public final function offsetget ($offset) {
+       public final function offsetGet ($offset) {
                // Default is offset not found
                $data = null;