Guest User

Untitled

a guest
Oct 23rd, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. <?php
  2.  
  3. // The blueprint
  4. class iPhone
  5. {
  6. public function orderPizza($typeOfPizza)
  7. {
  8. echo "Your " . $typeOfPizza . " pizza has been ordered";
  9. }
  10. }
Add Comment
Please, Sign In to add comment