for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Perry\Representation\Eve\v1;
use \Perry\Representation\Reference as Reference;
use \Perry\Representation\Uri as Uri;
use \Perry\Representation\Base as Base;
class InventoryItemStub extends Base
{
public $href;
public $id;
// by Warringer\Types\Uri
public function setHref($href)
$this->href = new Uri($href);
}
// by Warringer\Types\Long
public function setId($id)
$this->id = $id;