コード例 #1
0
 public function getItemCategories()
 {
     return $this->hasMany(ItemCategory::className(), ['item_id' => 'item_id']);
 }