Skip to content

Instantly share code, notes, and snippets.

@baldurrensch
Created August 27, 2012 17:46
Show Gist options
  • Save baldurrensch/3490751 to your computer and use it in GitHub Desktop.
Save baldurrensch/3490751 to your computer and use it in GitHub Desktop.
public function set(array $params)
{
foreach ($params as $key => $value) {
$this->$key = $value;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment