Skip to content

Instantly share code, notes, and snippets.

@tbillington
Last active September 6, 2016 06:29
Show Gist options
  • Save tbillington/4645093d130f8e205289201cddbb8e4a to your computer and use it in GitHub Desktop.
Save tbillington/4645093d130f8e205289201cddbb8e4a to your computer and use it in GitHub Desktop.
// Regular meta boost
$mb = new ElementMetaBoost("hobbies", array());
// Add
$mb = new AddMetaBoost(new ElementMetaBoost("hobbies", array()), 0.2); // Worth 0.2 (20%) of score
@tbillington
Copy link
Author

Looks good 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment