Show
Ignore:
Timestamp:
12/05/07 16:48:38 (10 months ago)
Author:
mikey
Message:

made page elements and extensions ready for working together with website cache (part of enhancement #116)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/main/php/net/stubbles/websites/stubPageElement.php

    r1110 r1113  
    5959 
    6060    /** 
     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    /** 
    6175     * processes the page element 
    6276     *