for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Acquia\LiftClient\Entity;
abstract class CapturesBase extends Entity
{
/**
* Gets the 'touch_identifier' parameter.
*
* @return string
*/
public function getTouchIdentifier()
return $this->getEntityValue('touch_identifier', '');
}
* Gets the 'identifier' parameter.
public function getIdentity()
return $this->getEntityValue('identity', '');
* Gets the 'identity_source' parameter.
public function getIdentitySource()
return $this->getEntityValue('identity_source', '');