Property | Type | Description | |
---|---|---|---|
$content | string | ||
$contentType | HTTP Content Type (Minify requires one of the constants Minify::TYPE_*) | ||
$filepath | full path of file | ||
$getContentFunc | callable | ||
$id | string | ||
$lastModified | time of last modification | ||
$minifier | minifier function specifically for this source. | ||
$minifyOptions | minification options specific to this source. |
Method | Description | |
---|---|---|
__construct ( array $spec ) | Create a Minify_Source | |
getContent ( ) | ||
getContentType ( ) | ||
getFilePath ( ) | ||
getId ( ) | ||
getLastModified ( ) | ||
getMinifier ( ) | ||
getMinifierOptions ( ) | ||
setMinifier ( $minifier = null ) | ||
setMinifierOptions ( array $options ) | ||
setupUriRewrites ( ) |
public __construct ( array $spec ) | ||
$spec | array | options |
protected $contentType |