PHP Класс Craft\Minimee_LocalAssetModel

Наследование: extends Minimee_BaseAssetModel
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

exists() публичный Метод

public exists ( ) : Bool
Результат Bool

getContents() публичный Метод

Set our location based on contents of filename
public getContents ( ) : String
Результат String

getLastTimeModified() публичный Метод

Calculate the modified time of asset
public getLastTimeModified ( ) : craft\DateTime
Результат craft\DateTime

setAttribute() публичный Метод

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