Method |
Description |
|
addTwigExtension ( ) : Twig_Extension |
Register our Twig filter |
|
defineSettings ( ) : Array |
We define our setting attributes by way of our own Minimee_SettingsModel. |
|
getDescription ( ) : String |
|
|
getDeveloper ( ) : String |
|
|
getDeveloperUrl ( ) : String |
|
|
getDocumentationUrl ( ) : String |
|
|
getName ( ) : String |
|
|
getReleaseFeedUrl ( ) : String |
|
|
getResourcePath ( $path ) : String |
Enable ability to serve cache assets from resources/minimee folder |
|
getSchemaVersion ( ) : String |
|
|
getSettingsHtml ( ) : String |
Renders the settings form to configure Minimee |
|
getVersion ( ) : String |
|
|
hasCpSection ( ) : Bool |
|
|
init ( ) : Void |
Autoloading, Dependency Injection, Hook & Event binding |
|
log ( String $msg, String $level = LogLevel::Info, Bool $force = false ) : Void |
Logging any messages to Craft. |
|
prepSettings ( $settings ) |
|
|
registerCachePaths ( ) |
Register our cache path that can then be deleted from CP |
|