skeeks\cms\models\CmsTreeFile::getStorageFile PHP 메소드

getStorageFile() 공개 메소드

public getStorageFile ( ) : ActiveQuery
리턴 yii\db\ActiveQuery
    public function getStorageFile()
    {
        return $this->hasOne(CmsStorageFile::className(), ['id' => 'storage_file_id']);
    }