Guest User

Untitled

a guest
Jan 24th, 2018
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. class myClassName{
  2.  
  3. function funtionOne(){
  4.  
  5. $a = '123';
  6. $b = '456';
  7. $c = '789';
  8.  
  9. $d = 'var_value';
  10. $e = 'var_value';
  11. $f = 'var_value';
  12. }
  13.  
  14. function funtionTwo(){
  15. $a = '123';
  16. $b = '456';
  17. $c = '789';
  18.  
  19. $g = 'var_value';
  20. $h = 'var_value';
  21. $i = 'var_value';
  22. }
  23.  
  24. }
  25.  
  26. class myClassName{
  27.  
  28. function funtionABC(){
  29. $a = '123';
  30. $b = '456';
  31. $c = '789';
  32. }
  33.  
  34. function funtionOne(){
  35.  
  36. include functionABC's content here
  37.  
  38. $d = 'var_value';
  39. $e = 'var_value';
  40. $f = 'var_value';
  41. }
  42.  
  43. function funtionOne(){
  44.  
  45. include functionABC's content here
  46.  
  47. $g = 'var_value';
  48. $h = 'var_value';
  49. $i = 'var_value';
  50. }
  51.  
  52. }
Add Comment
Please, Sign In to add comment