mirocow\eav\models\EavAttribute::getEavType PHP Метод

getEavType() публичный Метод

public getEavType ( ) : ActiveQuery
Результат yii\db\ActiveQuery
    public function getEavType()
    {
        return $this->hasOne(EavAttributeType::className(), ['id' => 'typeId']);
    }