Last active
September 6, 2016 06:29
-
-
Save tbillington/4645093d130f8e205289201cddbb8e4a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Regular meta boost | |
$mb = new ElementMetaBoost("hobbies", array()); | |
// Add | |
$mb = new AddMetaBoost(new ElementMetaBoost("hobbies", array()), 0.2); // Worth 0.2 (20%) of score |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Trent, In the end, it should look like this, correct?