Skip to content

Instantly share code, notes, and snippets.

@bran921007
Created November 18, 2014 02:34
Show Gist options
  • Save bran921007/b0c5286cf849ae516f8d to your computer and use it in GitHub Desktop.
Save bran921007/b0c5286cf849ae516f8d to your computer and use it in GitHub Desktop.
set y get magic
public function __get($atributo){
return $this->$atributo;
}
public function __set($atributo, $valor){
$this->$atributo = $valor;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment