- Timestamp:
- 12/05/07 16:48:38 (10 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/websites/stubPageElement.php
r1110 r1113 59 59 60 60 /** 61 * returns a list of variables that have an influence on caching 62 * 63 * @return array<string,scalar> 64 */ 65 public function getCacheVars(); 66 67 /** 68 * returns a list of files used to create the content 69 * 70 * @return array<string> 71 */ 72 public function getUsedFiles(); 73 74 /** 61 75 * processes the page element 62 76 *
