mirocow\eav\models\EavAttributeOption::getValues PHP Method

getValues() public method

public getValues ( ) : ActiveQuery
return yii\db\ActiveQuery
    public function getValues()
    {
        return $this->hasMany(EavAttributeValue::className(), ['optionId' => 'id']);
    }