Skip to content

Instantly share code, notes, and snippets.

@pmjones
Created December 20, 2013 20:46
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 pmjones/8061289 to your computer and use it in GitHub Desktop.
Save pmjones/8061289 to your computer and use it in GitHub Desktop.
<?php
namespace foo\bar;
use Aura\Marshal\Entity\MagicPropertyTrait;
class PropertyEntityExample impelements ArrayAccess
{
use MagicPropertyTrait;
protected $baz;
protected $dib;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment