コード例 #1
0
 public function embedExtension_Attributes()
 {
     return $this->mapEmbedded('extension_attributes', activeapi\models\common\CustomAttributes::className(), ['unsetSource' => false]);
 }
コード例 #2
0
 public function embedCustom_attributes()
 {
     return $this->mapEmbeddedList('custom_attributes', CustomAttributes::className(), ['unsetSource' => false]);
 }