PHP 클래스 Neos\ContentRepository\Domain\Model\ContentDimension

파일 보기 프로젝트 열기: neos/neos-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$default string
$identifier string

공개 메소드들

메소드 설명
__construct ( string $identifier, string $default )
getDefault ( ) : string
getIdentifier ( ) : string

메소드 상세

__construct() 공개 메소드

public __construct ( string $identifier, string $default )
$identifier string
$default string

getDefault() 공개 메소드

public getDefault ( ) : string
리턴 string

getIdentifier() 공개 메소드

public getIdentifier ( ) : string
리턴 string

프로퍼티 상세

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

protected string $default
리턴 string

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

protected string $identifier
리턴 string