get() public method
Retrieves the file with given _id.
| public yii\mongodb\file\Download|null get ( $id ) | ||
|---|---|---|
| $id | mixed |
_id of the file to find. |
| return | yii\mongodb\file\Download|null |
Found file, or null if file does not exist |
| throws | yii\mongodb\Exception |
on failure. |
Please login to continue.