Guest User

Untitled

a guest
Oct 26th, 2015
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1.  
  2. class abc{
  3.  
  4. public function abc(){
  5.  
  6. someFunction(){
  7. now here I can not call bcg function like due to scope of function
  8.  
  9. $this->bcg();
  10.  
  11. }
  12.  
  13. }
  14.  
  15. public function bcg(){
  16. ...
  17. }
  18. }
Advertisement
Add Comment
Please, Sign In to add comment