Advertisement
Guest User

Untitled

a guest
Jul 5th, 2015
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. <?php
  2.  
  3. class teste{
  4.  
  5. protected $dados = [];
  6.  
  7. public function __constructor(array $dados){
  8. $this->dados = $dados;
  9. }
  10.  
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement