Skip to content

Instantly share code, notes, and snippets.

@andrew-dixon
Last active August 29, 2015 14:19
Show Gist options
  • Save andrew-dixon/44b7a159d7ccbda87438 to your computer and use it in GitHub Desktop.
Save andrew-dixon/44b7a159d7ccbda87438 to your computer and use it in GitHub Desktop.
//Person
component {
public function init(required String firstName, required String lastName) {
...
}
public function createPeople() {
...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment