Skip to content

Instantly share code, notes, and snippets.

@omarkdev
Created May 15, 2017 19:49
Show Gist options
  • Save omarkdev/f1508144df464a6959856310a77639b6 to your computer and use it in GitHub Desktop.
Save omarkdev/f1508144df464a6959856310a77639b6 to your computer and use it in GitHub Desktop.
<?php
class Buyer {
protected $name;
protected $purchases;
public function getName() {/**/}
public function setName($name) {/**/}
public function getPurchases() {/**/}
public function setPurchases($purchases) {/**/}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment