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