PHP 클래스 skeeks\cms\relatedProperties\propertyTypes\PropertyTypeElement

상속: extends skeeks\cms\relatedProperties\PropertyType
파일 보기 프로젝트 열기: skeeks-cms/cms 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$code
$content_id
$fieldElement
$name

공개 메소드들

메소드 설명
addRules ( )
attributeLabels ( )
fieldElements ( )
getIsMultiple ( ) : boolean
getStringValue ( ) : string
init ( )
renderConfigForm ( ActiveForm $activeForm ) : string
renderForActiveForm ( ) : ActiveField
rules ( )

메소드 상세

addRules() 공개 메소드

public addRules ( )

attributeLabels() 공개 메소드

public attributeLabels ( )

fieldElements() 공개 정적인 메소드

public static fieldElements ( )

getIsMultiple() 공개 메소드

public getIsMultiple ( ) : boolean
리턴 boolean

getStringValue() 공개 메소드

public getStringValue ( ) : string
리턴 string

init() 공개 메소드

public init ( )

renderConfigForm() 공개 메소드

public renderConfigForm ( ActiveForm $activeForm ) : string
$activeForm yii\widgets\ActiveForm
리턴 string

renderForActiveForm() 공개 메소드

public renderForActiveForm ( ) : ActiveField
리턴 yii\widgets\ActiveField

rules() 공개 메소드

public rules ( )

프로퍼티 상세

$code 공개적으로 프로퍼티

public $code

$content_id 공개적으로 프로퍼티

public $content_id

$fieldElement 공개적으로 프로퍼티

public $fieldElement

$name 공개적으로 프로퍼티

public $name