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

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

공개 프로퍼티들

프로퍼티 타입 설명
$code
$default_value
$fieldElement *static public $fieldElements = [ 'textarea' => 'Текстовое поле (textarea)', 'textInput' => 'Текстовая строка (input)', ];
$name
$rows

공개 메소드들

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

메소드 상세

addRules() 공개 메소드

public addRules ( )

attributeLabels() 공개 메소드

public attributeLabels ( )

fieldElements() 공개 정적인 메소드

public static fieldElements ( )

getDefaultValue() 공개 메소드

public getDefaultValue ( ) : null
리턴 null

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

$default_value 공개적으로 프로퍼티

public $default_value

$fieldElement 공개적으로 프로퍼티

*static public $fieldElements = [ 'textarea' => 'Текстовое поле (textarea)', 'textInput' => 'Текстовая строка (input)', ];
public $fieldElement

$name 공개적으로 프로퍼티

public $name

$rows 공개적으로 프로퍼티

public $rows