PHP 클래스 Craft\Neo_BlockTypeRecord

상속: extends craft\BaseRecord
파일 보기 프로젝트 열기: benjamminf/craft-neo

공개 메소드들

메소드 설명
defineIndexes ( )
defineRelations ( )
getTableName ( ) Public methods
rules ( ) : array Returns the validation rules for the record.
validateUniques ( boolean | true $includeUniques = true, array | null $attributes = null, boolean | true $clearErrors = true ) : boolean Determines if the values on the record are valid.

보호된 메소드들

메소드 설명
defineAttributes ( ) Protected methods

메소드 상세

defineAttributes() 보호된 메소드

Protected methods
protected defineAttributes ( )

defineIndexes() 공개 메소드

public defineIndexes ( )

defineRelations() 공개 메소드

public defineRelations ( )

getTableName() 공개 메소드

Public methods
public getTableName ( )

rules() 공개 메소드

Excludes unique validators if flag is set (@link validateUniques).
public rules ( ) : array
리턴 array

validateUniques() 공개 메소드

Allows option to include or exclude validating unique values.
public validateUniques ( boolean | true $includeUniques = true, array | null $attributes = null, boolean | true $clearErrors = true ) : boolean
$includeUniques boolean | true
$attributes array | null
$clearErrors boolean | true
리턴 boolean