mirocow\eav\models\EavAttributeValue::getEntity PHP 메소드

getEntity() 공개 메소드

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