From d48be01fff31a7a9d611802721aa70532d251c3a Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Sat, 24 May 2014 14:55:11 +0200 Subject: Moved to src/ste for psr-4 compliance --- src/StorageAccess.php | 55 --------------------------------------------------- 1 file changed, 55 deletions(-) delete mode 100644 src/StorageAccess.php (limited to 'src/StorageAccess.php') diff --git a/src/StorageAccess.php b/src/StorageAccess.php deleted file mode 100644 index 81f7439..0000000 --- a/src/StorageAccess.php +++ /dev/null @@ -1,55 +0,0 @@ -. - * If , the raw sourcecode is expected, if the transcompiled template *as a callable function* (expecting an instance as first parameter) is expected. - * If the transcompiled version is not available or older than the source, you can set this parameter to and return the source. - * - * Throws: - * A exception if the template could not be loaded. - * - * Returns: - * Either the sourcecode or a callable function (first, and only parameter: an instance). - */ - public function load($tpl, &$mode); - - /* - * Function: save - * Saves a template. - * - * Throws: - * A exception if the template could not be saved. - * - * Parameters: - * $tpl -The name of the template. - * $data - The data to be saved. - * $mode - A