PHP 클래스 Dumplie\Metadata\Association

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

공개 메소드들

메소드 설명
__construct ( string $schema, TypeSchema $type, array $criteria ) Association constructor.
criteria ( ) : array
schema ( ) : string
type ( ) : TypeSchema

메소드 상세

__construct() 공개 메소드

Association constructor.
public __construct ( string $schema, TypeSchema $type, array $criteria )
$schema string
$type Dumplie\Metadata\Schema\TypeSchema
$criteria array

criteria() 공개 메소드

public criteria ( ) : array
리턴 array

schema() 공개 메소드

public schema ( ) : string
리턴 string

type() 공개 메소드

public type ( ) : TypeSchema
리턴 Dumplie\Metadata\Schema\TypeSchema