PHP Class skeeks\cms\models\CmsContentElement

Inheritance: extends skeeks\cms\relatedProperties\models\RelatedElementModel, use trait skeeks\cms\models\behaviors\traits\HasRelatedPropertiesTrait, use trait skeeks\cms\models\behaviors\traits\HasTreesTrait, use trait skeeks\cms\models\behaviors\traits\HasUrlTrait
Afficher le fichier Open project: skeeks-cms/cms Class Usage Examples

Méthodes publiques

Méthode Description
_afterDeleteE ( $e )
_beforeDeleteE ( $e )
attributeHints ( )
attributeLabels ( )
behaviors ( ) : array
getAbsoluteUrl ( $scheme = false, $params = [] ) : string
getChildrenContentElements ( ) : ActiveQuery version > 2.4.8
getCmsContent ( ) : ActiveQuery
getCmsContentElement2cmsUsers ( ) : ActiveQuery version > 2.6.1
getCmsContentElementFiles ( ) : ActiveQuery
getCmsContentElementImages ( ) : ActiveQuery
getCmsContentElementProperties ( ) : ActiveQuery
getCmsContentElementTrees ( ) : ActiveQuery
getCmsContentProperties ( ) : ActiveQuery
getCmsTree ( ) : ActiveQuery
getFiles ( ) : ActiveQuery
getFullImage ( ) : ActiveQuery
getImage ( ) : ActiveQuery
getImages ( ) : ActiveQuery
getParentContentElement ( ) : ActiveQuery version > 2.4.8
getPermissionName ( ) : string
getRelatedProperties ( ) : ActiveQuery Все возможные свойства связанные с моделью
getUrl ( $scheme = false, $params = [] ) : string
getUsersToFavorites ( ) : ActiveQuery version > 2.6.1
init ( )
rules ( )
tableName ( )
validateParentContentElement ( $attribute ) : boolean Валидация родительского элемента

Method Details

_afterDeleteE() public méthode

public _afterDeleteE ( $e )

_beforeDeleteE() public méthode

public _beforeDeleteE ( $e )

attributeHints() public méthode

public attributeHints ( )

attributeLabels() public méthode

public attributeLabels ( )

behaviors() public méthode

public behaviors ( ) : array
Résultat array

getAbsoluteUrl() public méthode

public getAbsoluteUrl ( $scheme = false, $params = [] ) : string
Résultat string

getChildrenContentElements() public méthode

version > 2.4.8
public getChildrenContentElements ( ) : ActiveQuery
Résultat yii\db\ActiveQuery

getCmsContent() public méthode

public getCmsContent ( ) : ActiveQuery
Résultat yii\db\ActiveQuery

getCmsContentElement2cmsUsers() public méthode

version > 2.6.1
public getCmsContentElement2cmsUsers ( ) : ActiveQuery
Résultat yii\db\ActiveQuery

getCmsContentElementFiles() public méthode

public getCmsContentElementFiles ( ) : ActiveQuery
Résultat yii\db\ActiveQuery

getCmsContentElementImages() public méthode

public getCmsContentElementImages ( ) : ActiveQuery
Résultat yii\db\ActiveQuery

getCmsContentElementProperties() public méthode

public getCmsContentElementProperties ( ) : ActiveQuery
Résultat yii\db\ActiveQuery

getCmsContentElementTrees() public méthode

public getCmsContentElementTrees ( ) : ActiveQuery
Résultat yii\db\ActiveQuery

getCmsContentProperties() public méthode

public getCmsContentProperties ( ) : ActiveQuery
Résultat yii\db\ActiveQuery

getCmsTree() public méthode

public getCmsTree ( ) : ActiveQuery
Résultat yii\db\ActiveQuery

getFiles() public méthode

public getFiles ( ) : ActiveQuery
Résultat yii\db\ActiveQuery

getFullImage() public méthode

public getFullImage ( ) : ActiveQuery
Résultat yii\db\ActiveQuery

getImage() public méthode

public getImage ( ) : ActiveQuery
Résultat yii\db\ActiveQuery

getImages() public méthode

public getImages ( ) : ActiveQuery
Résultat yii\db\ActiveQuery

getParentContentElement() public méthode

version > 2.4.8
public getParentContentElement ( ) : ActiveQuery
Résultat yii\db\ActiveQuery

getPermissionName() public méthode

public getPermissionName ( ) : string
Résultat string

getRelatedProperties() public méthode

Все возможные свойства связанные с моделью
public getRelatedProperties ( ) : ActiveQuery
Résultat yii\db\ActiveQuery

getUrl() public méthode

public getUrl ( $scheme = false, $params = [] ) : string
Résultat string

getUsersToFavorites() public méthode

version > 2.6.1
public getUsersToFavorites ( ) : ActiveQuery
Résultat yii\db\ActiveQuery

init() public méthode

public init ( )

rules() public méthode

public rules ( )

tableName() public static méthode

public static tableName ( )

validateParentContentElement() public méthode

Валидация родительского элемента
public validateParentContentElement ( $attribute ) : boolean
$attribute
Résultat boolean