for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Rexlabs\Smokescreen\Transformer\Props;
use Rexlabs\Smokescreen\Definition\AbstractDefinition;
class PropDefinition extends AbstractDefinition
{
public function type()
return $this->get('type');
}
public function mapKey()
return $this->get('map', $this->key);