Skip to content

Instantly share code, notes, and snippets.

@platoosom
Created September 28, 2017 09:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save platoosom/cabf2bc6d08909cf46fd9d35e9950930 to your computer and use it in GitHub Desktop.
Save platoosom/cabf2bc6d08909cf46fd9d35e9950930 to your computer and use it in GitHub Desktop.
public function ID() {
return $this->id;
}
public function showID() {
echo $this->ID();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment