PHP Class Craft\Minimee_LocalAssetModel

Inheritance: extends Minimee_BaseAssetModel
Datei anzeigen Open project: johndwells/craft.minimee

Public Methods

Method Description
exists ( ) : Bool
getContents ( ) : String Set our location based on contents of filename
getLastTimeModified ( ) : craft\DateTime Calculate the modified time of asset
setAttribute ( String $name, Mixed $value ) Attribute mutators

Method Details

exists() public method

public exists ( ) : Bool
return Bool

getContents() public method

Set our location based on contents of filename
public getContents ( ) : String
return String

getLastTimeModified() public method

Calculate the modified time of asset
public getLastTimeModified ( ) : craft\DateTime
return craft\DateTime

setAttribute() public method

Attribute mutators
public setAttribute ( String $name, Mixed $value )
$name String
$value Mixed