Skip to content

Instantly share code, notes, and snippets.

@gmsantos
Created June 8, 2015 02:40
Show Gist options
  • Save gmsantos/44727c8d292092f9a21c to your computer and use it in GitHub Desktop.
Save gmsantos/44727c8d292092f9a21c to your computer and use it in GitHub Desktop.
<?php
class teste{
protected $dados = [];
public function __constructor(array $dados){
$this->dados = $dados;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment