skeeks\cms\models\CmsContentElementFile::getStorageFile PHP Method

getStorageFile() public method

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