HosipLan

Untitled

May 19th, 2011
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.13 KB | None | 0 0
  1.     abstract function doWork();
  2.    
  3.    
  4.     public function work()
  5.     {
  6.         $this->something();
  7.         $this->doWork();
  8.         $this->something();
  9.     }
Advertisement
Add Comment
Please, Sign In to add comment