コード例 #1
0
 /**
  * @inheritdoc
  */
 public function getServices()
 {
     return $this->hasMany(oPrice::className(), 'services');
 }
コード例 #2
0
 public function getPrices()
 {
     return $this->embeddedMany(oPrice::className(), 'prices');
 }