mirocow\eav\models\EavAttributeValue::getEntity PHP Méthode

getEntity() public méthode

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