PHP 클래스 Craft\Minimee_LocalAssetModel

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

공개 메소드들

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