Advertisement
Guest User

Untitled

a guest
May 28th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.10 KB | None | 0 0
  1. <?php
  2.  
  3.     class Module {
  4.         public function GetBuffer($Buffer) {
  5.             $this->Buffer = $Buffer;
  6.         }
  7.     }
  8. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement