PHP 클래스 Dumplie\Metadata\Schema

파일 보기 프로젝트 열기: dumplie/dumplie 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( string $name )
add ( TypeSchema $typeSchema )
get ( string $typeName ) : TypeSchema
name ( ) : string
types ( ) : array

메소드 상세

__construct() 공개 메소드

public __construct ( string $name )
$name string

add() 공개 메소드

public add ( TypeSchema $typeSchema )
$typeSchema Dumplie\Metadata\Schema\TypeSchema

get() 공개 메소드

public get ( string $typeName ) : TypeSchema
$typeName string
리턴 Dumplie\Metadata\Schema\TypeSchema

name() 공개 메소드

public name ( ) : string
리턴 string

types() 공개 메소드

public types ( ) : array
리턴 array