PHP 클래스 Craft\Imager_ConfigModel

상속: extends craft\BaseModel
파일 보기 프로젝트 열기: aelvan/Imager-Craft

공개 프로퍼티들

프로퍼티 타입 설명
$configOverrideString

공개 메소드들

메소드 설명
__construct ( null $overrides = null ) Constructor
__toString ( )
getConfigOverrideString ( )
getSetting ( $name, $transform = null )

보호된 메소드들

메소드 설명
defineAttributes ( )

비공개 메소드들

메소드 설명
_addToOverrideFilestring ( $k, $v ) : string Creates additional file string based on config overrides that is appended to filename

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( null $overrides = null )
$overrides null

__toString() 공개 메소드

public __toString ( )

defineAttributes() 보호된 메소드

protected defineAttributes ( )

getConfigOverrideString() 공개 메소드

getSetting() 공개 메소드

public getSetting ( $name, $transform = null )

프로퍼티 상세

$configOverrideString 공개적으로 프로퍼티

public $configOverrideString