コード例 #1
0
ファイル: Attributes.php プロジェクト: lukianovva/clover
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getAttributesAttached()
 {
     return $this->hasOne(AttributesAttached::className(), ['attr_id' => 'id']);
 }
コード例 #2
0
ファイル: ObjectTypes.php プロジェクト: lukianovva/clover
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getAttributesAttached()
 {
     return $this->hasMany(AttributesAttached::className(), ['object_type_id' => 'id']);
 }