PHP 클래스 Craft\Minimee_BaseAssetModel

상속: extends craft\BaseModel, implements craft\Minimee_IAssetModel
파일 보기 프로젝트 열기: johndwells/craft.minimee

보호된 프로퍼티들

프로퍼티 타입 설명
$_contents Leave as 'protected' so our parent classes can access them
$_exists
$_lastTimeModified

공개 메소드들

메소드 설명
__toString ( ) : string
defineAttributes ( ) : Array
exists ( ) : Bool
getContents ( ) : String
getLastTimeModified ( ) : craft\DateTime

보호된 메소드들

메소드 설명
removeDoubleSlashes ( $string, $url = FALSE ) : string Modified remove_double_slashes()

메소드 상세

__toString() 공개 메소드

public __toString ( ) : string
리턴 string

defineAttributes() 공개 메소드

public defineAttributes ( ) : Array
리턴 Array

exists() 공개 메소드

public exists ( ) : Bool
리턴 Bool

getContents() 공개 메소드

public getContents ( ) : String
리턴 String

getLastTimeModified() 공개 메소드

public getLastTimeModified ( ) : craft\DateTime
리턴 craft\DateTime

removeDoubleSlashes() 보호된 메소드

If the string passed is a URL, it will preserve leading double slashes
protected removeDoubleSlashes ( $string, $url = FALSE ) : string
리턴 string String without double slashes

프로퍼티 상세

$_contents 보호되어 있는 프로퍼티

Leave as 'protected' so our parent classes can access them
protected $_contents

$_exists 보호되어 있는 프로퍼티

protected $_exists

$_lastTimeModified 보호되어 있는 프로퍼티

protected $_lastTimeModified