コード例 #1
0
 public function getMimeType()
 {
     return $this->hasOne(MimeType::className(), ['id' => 'mime_type_id']);
 }