PHP 클래스 skeeks\cms\models\CmsContent

상속: extends Core, use trait skeeks\cms\traits\ValidateRulesTrait
파일 보기 프로젝트 열기: skeeks-cms/cms 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_selectData

공개 메소드들

메소드 설명
attributeLabels ( )
createElement ( ) : CmsContentElement
getAdminPermissionName ( ) : string
getChildrenContents ( ) : ActiveQuery version > 2.4.8
getCmsContentElements ( ) : ActiveQuery
getCmsContentProperties ( ) : ActiveQuery
getContentType ( ) : ActiveQuery
getDataForSelect ( boolean | false $refetch = false, $contentQueryCallback = null ) : array Данные для мультиселекта с группами типов
getDefaultTree ( ) : ActiveQuery
getOnDeleteOptions ( ) : array
getParentContent ( ) : ActiveQuery version > 2.4.8
getRootTree ( ) : ActiveQuery
rules ( )
tableName ( )

메소드 상세

attributeLabels() 공개 메소드

public attributeLabels ( )

createElement() 공개 메소드

public createElement ( ) : CmsContentElement
리턴 CmsContentElement

getAdminPermissionName() 공개 메소드

public getAdminPermissionName ( ) : string
리턴 string

getChildrenContents() 공개 메소드

version > 2.4.8
public getChildrenContents ( ) : ActiveQuery
리턴 yii\db\ActiveQuery

getCmsContentElements() 공개 메소드

public getCmsContentElements ( ) : ActiveQuery
리턴 yii\db\ActiveQuery

getCmsContentProperties() 공개 메소드

public getCmsContentProperties ( ) : ActiveQuery
리턴 yii\db\ActiveQuery

getContentType() 공개 메소드

public getContentType ( ) : ActiveQuery
리턴 yii\db\ActiveQuery

getDataForSelect() 공개 정적인 메소드

Данные для мультиселекта с группами типов
public static getDataForSelect ( boolean | false $refetch = false, $contentQueryCallback = null ) : array
$refetch boolean | false
리턴 array

getDefaultTree() 공개 메소드

public getDefaultTree ( ) : ActiveQuery
리턴 yii\db\ActiveQuery

getOnDeleteOptions() 공개 정적인 메소드

public static getOnDeleteOptions ( ) : array
리턴 array

getParentContent() 공개 메소드

version > 2.4.8
public getParentContent ( ) : ActiveQuery
리턴 yii\db\ActiveQuery

getRootTree() 공개 메소드

public getRootTree ( ) : ActiveQuery
리턴 yii\db\ActiveQuery

rules() 공개 메소드

public rules ( )

tableName() 공개 정적인 메소드

public static tableName ( )

프로퍼티 상세

$_selectData 보호되어 있는 정적으로 프로퍼티

protected static $_selectData