コード例 #1
0
ファイル: Battle.php プロジェクト: frozenpandaman/stat.ink
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getShoes()
 {
     return $this->hasOne(GearConfiguration::className(), ['id' => 'shoes_id'])->with(['primaryAbility', 'secondaries.ability']);
 }
コード例 #2
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getConfig()
 {
     return $this->hasOne(GearConfiguration::className(), ['id' => 'config_id']);
 }