Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am jonaz on github.
  • I am jonaz (https://keybase.io/jonaz) on keybase.
  • I have a public key whose fingerprint is D9A0 1B70 8E5D 8285 3C92 1F48 263C 0CAF BC46 76AC

To claim this, I am signing this object:

<?php
// A simple test object
class testObj
{
private $id;
public function getId()
{
return $this->id;
}