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

getCmsSites() 공개 메소드

public getCmsSites ( ) : ActiveQuery
리턴 yii\db\ActiveQuery
    public function getCmsSites()
    {
        return $this->hasMany(CmsSite::className(), ['lang_code' => 'code']);
    }