コード例 #1
0
ファイル: MaterialesServicios.php プロジェクト: minpppst/rsc
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getPresentacion0()
 {
     return $this->hasOne(Presentacion::className(), ['id' => 'presentacion']);
 }