PHP Class Craft\ImagerPlugin

Inheritance: extends craft\BasePlugin
Datei anzeigen Open project: aelvan/Imager-Craft Class Usage Examples

Protected Properties

Property Type Description
$_description
$_developer
$_developerUrl
$_documentationUrl
$_minVersion
$_name
$_releaseFeedUrl
$_schemaVersion
$_url
$_version

Public Methods

Method Description
addAssetActions ( ) : array Adds asset action for clearing asset transforms
getCraftRequiredVersion ( )
getDescription ( )
getDeveloper ( )
getDeveloperUrl ( )
getDocumentationUrl ( )
getName ( )
getReleaseFeedUrl ( )
getSchemaVersion ( )
getUrl ( )
getVersion ( )
init ( ) Init function
registerCachePaths ( ) : array Adds Imager paths to the list of things the Clear Caches tool can delete.

Method Details

addAssetActions() public method

Adds asset action for clearing asset transforms
public addAssetActions ( ) : array
return array

getCraftRequiredVersion() public method

getDescription() public method

public getDescription ( )

getDeveloper() public method

public getDeveloper ( )

getDeveloperUrl() public method

public getDeveloperUrl ( )

getDocumentationUrl() public method

public getDocumentationUrl ( )

getName() public method

public getName ( )

getReleaseFeedUrl() public method

public getReleaseFeedUrl ( )

getSchemaVersion() public method

public getSchemaVersion ( )

getUrl() public method

public getUrl ( )

getVersion() public method

public getVersion ( )

init() public method

Init function
public init ( )

registerCachePaths() public method

Adds Imager paths to the list of things the Clear Caches tool can delete.
public registerCachePaths ( ) : array
return array

Property Details

$_description protected_oe property

protected $_description

$_developer protected_oe property

protected $_developer

$_developerUrl protected_oe property

protected $_developerUrl

$_documentationUrl protected_oe property

protected $_documentationUrl

$_minVersion protected_oe property

protected $_minVersion

$_name protected_oe property

protected $_name

$_releaseFeedUrl protected_oe property

protected $_releaseFeedUrl

$_schemaVersion protected_oe property

protected $_schemaVersion

$_url protected_oe property

protected $_url

$_version protected_oe property

protected $_version