Skip to content

Instantly share code, notes, and snippets.

@mumin91
Created September 1, 2018 16:48
Show Gist options
  • Select an option

  • Save mumin91/feb9f343a84cf387f0b89caaf8a193a0 to your computer and use it in GitHub Desktop.

Select an option

Save mumin91/feb9f343a84cf387f0b89caaf8a193a0 to your computer and use it in GitHub Desktop.
<?php
$myObject = new MyClass;
$myObject->addTwoNumbers(2,4);
$myObject->subtractTwoNumbers(4,2);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment