PHP Class Craft\Minimee_LocalAssetModel

Inheritance: extends Minimee_BaseAssetModel
Afficher le fichier Open project: johndwells/craft.minimee

Méthodes publiques

Méthode 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 méthode

public exists ( ) : Bool
Résultat Bool

getContents() public méthode

Set our location based on contents of filename
public getContents ( ) : String
Résultat String

getLastTimeModified() public méthode

Calculate the modified time of asset
public getLastTimeModified ( ) : craft\DateTime
Résultat craft\DateTime

setAttribute() public méthode

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