mirocow\eav\models\EavAttribute::getEavType PHP 메소드

getEavType() 공개 메소드

public getEavType ( ) : ActiveQuery
리턴 yii\db\ActiveQuery
    public function getEavType()
    {
        return $this->hasOne(EavAttributeType::className(), ['id' => 'typeId']);
    }