Skip to content

Commit

Permalink
Tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
faceleg committed Dec 17, 2012
1 parent f186f2e commit d6d5a2c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion classes/COI/Social/Cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,25 @@ class Cache {
* @var String The JavaScript to be cached
*/
public $js;

/**
* [$cacheDirectory description]
* @var String Directory to write JavaScript file on the server
*/
public $cacheDirectory;

/**
* @var String The public path to the JavaScript file
*/
public $publicCacheDirectory;

/**
* @var String Identifying string, ensuring that changing options will result in a busted cache
*/
public $signature;

/**
* Constructor.
*
* @param String $js JavaScript to be written to a cache file
* @param String $cacheDirectory Directory to write Javascript file on the server
* @param Array $options Array of additional options
Expand Down

0 comments on commit d6d5a2c

Please sign in to comment.