コード例 #1
0
ファイル: Attribute.php プロジェクト: kalibao/magesko
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getAttributeTypeI18ns()
 {
     return $this->hasMany(AttributeTypeI18n::className(), ['attribute_type_id' => 'attribute_type_id']);
 }