Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move function to the class that 'owns' it #22472

Merged
merged 1 commit into from
Jan 12, 2022

Conversation

eileenmcnaughton
Copy link
Contributor

Overview

Move function to the class that 'owns' it

Before

Following f54e87d#diff-5864d6a1d03dffb7699b930837c1c222b41fba16dad7d0a5f73b4923ac53dd42R198
neither of these functions are called from outside their class (I did a universe search)
so making them private (& in one case moving off the parent) means a universe seach won't be needed
next time

After

private & protected

Technical Details

Comments

@civibot
Copy link

civibot bot commented Jan 11, 2022

(Standard links)

Following civicrm@f54e87d#diff-5864d6a1d03dffb7699b930837c1c222b41fba16dad7d0a5f73b4923ac53dd42R198
neither of these functions are called from outside their class (I did a universe search)
so making them private (& in one case moving off the parent) means a universe seach won't be needed
next time
@demeritcowboy demeritcowboy merged commit ab76f7e into civicrm:master Jan 12, 2022
@eileenmcnaughton eileenmcnaughton deleted the import branch January 12, 2022 00:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants