コード例 #1
0
ファイル: Comwarranty.php プロジェクト: poykub/wph
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getComstocks()
 {
     return $this->hasMany(Comstock::className(), ['warranty' => 'id']);
 }
コード例 #2
0
ファイル: Comequipmenttype.php プロジェクト: poykub/wph
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getComstocks()
 {
     return $this->hasMany(Comstock::className(), ['eqmType' => 'id']);
 }