PHP 클래스 skeeks\cms\relatedProperties\userPropertyTypes\UserPropertyTypeDate

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

공개 프로퍼티들

프로퍼티 타입 설명
$code
$name
$type * static public $types = [ \kartik\datecontrol\DateControl::FORMAT_DATETIME => 'Дата и время', \kartik\datecontrol\DateControl::FORMAT_DATE => 'Только дата', \kartik\datecontrol\DateControl::FORMAT_TIME => 'Только время', ];

공개 메소드들

메소드 설명
attributeLabels ( )
init ( )
renderConfigForm ( ActiveForm $activeForm ) : string
renderForActiveForm ( ) : ActiveField
rules ( )
types ( )

메소드 상세

attributeLabels() 공개 메소드

public attributeLabels ( )

init() 공개 메소드

public init ( )

renderConfigForm() 공개 메소드

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

renderForActiveForm() 공개 메소드

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

rules() 공개 메소드

public rules ( )

types() 공개 정적인 메소드

public static types ( )

프로퍼티 상세

$code 공개적으로 프로퍼티

public $code

$name 공개적으로 프로퍼티

public $name

$type 공개적으로 프로퍼티

* static public $types = [ \kartik\datecontrol\DateControl::FORMAT_DATETIME => 'Дата и время', \kartik\datecontrol\DateControl::FORMAT_DATE => 'Только дата', \kartik\datecontrol\DateControl::FORMAT_TIME => 'Только время', ];
public $type