Property | Type | Description | |
---|---|---|---|
$files | string[] | ||
$strings | callable[] | ||
$watch | boolean |
Method | Description | |
---|---|---|
__construct ( string $path, string $filename, boolean $watch = false ) | ||
addFile ( $file ) | ||
addString ( callable $callback ) | ||
compile ( ) | ||
flush ( ) | ||
getFile ( ) | ||
setFilename ( $filename ) |
Method | Description | |
---|---|---|
format ( string $string ) : string | ||
formatFile ( string $file ) : string | ||
getCacheDifferentiator ( ) : mixed | ||
getRevision ( ) : string | null | ||
getRevisionFile ( ) : string | ||
putRevision ( string $revision ) : integer |
protected formatFile ( string $file ) : string | ||
$file | string | |
return | string |
protected putRevision ( string $revision ) : integer | ||
$revision | string | |
return | integer |