skeeks\cms\models\CmsLang::behaviors PHP 메소드

behaviors() 공개 메소드

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