mirocow\eav\models\EavAttribute::getEavAttributeRule PHP Method

getEavAttributeRule() public method

public getEavAttributeRule ( ) : ActiveQuery
return yii\db\ActiveQuery
    public function getEavAttributeRule()
    {
        return $this->hasOne(EavAttributeRule::className(), ['attributeId' => 'id']);
    }