Skip to content

Instantly share code, notes, and snippets.

@alexanderschnitzler
Created January 19, 2013 23:25
Show Gist options
  • Save alexanderschnitzler/4575796 to your computer and use it in GitHub Desktop.
Save alexanderschnitzler/4575796 to your computer and use it in GitHub Desktop.
class User {
protected $password;
}
class FormObject extends User {
protected $password2;
}
public function createAction(\FormObject $user) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment