skeeks\cms\models\CmsLang::behaviors PHP Method

behaviors() public method

public behaviors ( )
    public function behaviors()
    {
        return ArrayHelper::merge(parent::behaviors(), [HasStorageFile::className() => ['class' => HasStorageFile::className(), 'fields' => ['image_id']]]);
    }