for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* @author @jenschude <[email protected]>
*/
namespace Commercetools\Core\Model\Common;
* @package Commercetools\Core\Model\Common
* @ramlTestIgnoreClass
* @method string getTypeId()
* @method KeyResourceIdentifier setTypeId(string $typeId = null)
* @method string getKey()
* @method KeyResourceIdentifier setKey(string $key = null)
class KeyResourceIdentifier extends ResourceIdentifier
{
* @internal
* @return null
public function getId()
return null;
}
* @param $id
* @return $this
public function setId($id = null)
return $this;