Method | Description | |
---|---|---|
getContent ( ) : string | Get content | |
getContentType ( ) : string | null | Get the content type | |
getFilePath ( ) : string | null | Get the path of the file that this source is based on (may be null) | |
getId ( ) : string | Get id | |
getLastModified ( ) : integer | Get last modified timestamp | |
getMinifier ( ) : callable | null | Get the minifier | |
getMinifierOptions ( ) : array | Get options for the minifier | |
setMinifier ( callable $minifier = null ) : void | Set the minifier | |
setMinifierOptions ( array $options ) : void | Set options for the minifier |
public getContentType ( ) : string | null | ||
return | string | null |
public getFilePath ( ) : string | null | ||
return | string | null |
public getLastModified ( ) : integer | ||
return | integer |
public getMinifier ( ) : callable | null | ||
return | callable | null |
public getMinifierOptions ( ) : array | ||
return | array |
public setMinifier ( callable $minifier = null ) : void | ||
$minifier | callable | |
return | void |
public setMinifierOptions ( array $options ) : void | ||
$options | array | |
return | void |