PHP 클래스 Jarves\ContentTypes\ContentTypes

파일 보기 프로젝트 열기: jarves/jarves

보호된 프로퍼티들

프로퍼티 타입 설명
$types AbstractType[]

공개 메소드들

메소드 설명
addType ( string $type, AbstractType $contentType )
getType ( string $type ) : AbstractType

메소드 상세

addType() 공개 메소드

public addType ( string $type, AbstractType $contentType )
$type string
$contentType AbstractType

getType() 공개 메소드

public getType ( string $type ) : AbstractType
$type string
리턴 AbstractType

프로퍼티 상세

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

protected AbstractType[],Jarves\ContentTypes $types
리턴 AbstractType[]