mirocow\eav\models\EavAttributeType::getEavAttributes PHP 메소드

getEavAttributes() 공개 메소드

public getEavAttributes ( ) : ActiveQuery
리턴 yii\db\ActiveQuery
    public function getEavAttributes()
    {
        return $this->hasMany(EavAttribute::className(), ['typeId' => 'id'])->orderBy(['order' => SORT_DESC]);
    }