PHP 클래스 Craft\MinimeePlugin

상속: extends craft\BasePlugin
파일 보기 프로젝트 열기: johndwells/craft.minimee

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
_autoload ( ) : Void Require any enums used across Minimee
_bindEvents ( ) : void Watch for the "createCache" event, and if in devMode, try to clean up any expired caches
_registerMinimeeDI ( ) : Void Registers all Dependency Injection

메소드 상세

_autoload() 보호된 메소드

Require any enums used across Minimee
protected _autoload ( ) : Void
리턴 Void

_bindEvents() 보호된 메소드

Watch for the "createCache" event, and if in devMode, try to clean up any expired caches
protected _bindEvents ( ) : void
리턴 void

_registerMinimeeDI() 보호된 메소드

Registers all Dependency Injection
protected _registerMinimeeDI ( ) : Void
리턴 Void

addTwigExtension() 공개 메소드

Register our Twig filter
public addTwigExtension ( ) : Twig_Extension
리턴 Twig_Extension

defineSettings() 공개 메소드

We define our setting attributes by way of our own Minimee_SettingsModel.
public defineSettings ( ) : Array
리턴 Array

getDescription() 공개 메소드

public getDescription ( ) : String
리턴 String

getDeveloper() 공개 메소드

public getDeveloper ( ) : String
리턴 String

getDeveloperUrl() 공개 메소드

public getDeveloperUrl ( ) : String
리턴 String

getDocumentationUrl() 공개 메소드

public getDocumentationUrl ( ) : String
리턴 String

getName() 공개 메소드

public getName ( ) : String
리턴 String

getReleaseFeedUrl() 공개 메소드

public getReleaseFeedUrl ( ) : String
리턴 String

getResourcePath() 공개 메소드

Enable ability to serve cache assets from resources/minimee folder
public getResourcePath ( $path ) : String
리턴 String

getSchemaVersion() 공개 메소드

public getSchemaVersion ( ) : String
리턴 String

getSettingsHtml() 공개 메소드

Renders the settings form to configure Minimee
public getSettingsHtml ( ) : String
리턴 String

getVersion() 공개 메소드

public getVersion ( ) : String
리턴 String

hasCpSection() 공개 메소드

public hasCpSection ( ) : Bool
리턴 Bool

init() 공개 메소드

Autoloading, Dependency Injection, Hook & Event binding
public init ( ) : Void
리턴 Void

log() 공개 정적인 메소드

Logging any messages to Craft.
public static log ( String $msg, String $level = LogLevel::Info, Bool $force = false ) : Void
$msg String
$level String
$force Bool
리턴 Void

prepSettings() 공개 메소드

public prepSettings ( $settings )

registerCachePaths() 공개 메소드

Register our cache path that can then be deleted from CP
public registerCachePaths ( )