PHP 클래스 Bravo3\Orm\Enum\RelationshipType

상속: extends Eloquent\Enumeration\AbstractEnumeration
파일 보기 프로젝트 열기: bravo3/orm 1 사용 예제들

공개 메소드들

메소드 설명
getInverseRelationship ( RelationshipType $relationship_type ) : RelationshipType Get the inverse relationship type of the given relationship type
isMultiIndex ( RelationshipType $relationship_type ) : boolean Check if the given relationship type contains multiple values

메소드 상세

getInverseRelationship() 공개 정적인 메소드

Get the inverse relationship type of the given relationship type
public static getInverseRelationship ( RelationshipType $relationship_type ) : RelationshipType
$relationship_type RelationshipType
리턴 RelationshipType

isMultiIndex() 공개 정적인 메소드

Check if the given relationship type contains multiple values
public static isMultiIndex ( RelationshipType $relationship_type ) : boolean
$relationship_type RelationshipType
리턴 boolean