| 1 | <?php |
||
| 5 | abstract class CapturesBase extends Entity |
||
| 6 | { |
||
| 7 | /** |
||
| 8 | * Gets the 'touch_identifier' parameter. |
||
| 9 | * |
||
| 10 | * @return string |
||
| 11 | */ |
||
| 12 | public function getTouchIdentifier() |
||
| 16 | |||
| 17 | /** |
||
| 18 | * Gets the 'identifier' parameter. |
||
| 19 | * |
||
| 20 | * @return string |
||
| 21 | */ |
||
| 22 | public function getIdentity() |
||
| 26 | |||
| 27 | /** |
||
| 28 | * Gets the 'identity_source' parameter. |
||
| 29 | * |
||
| 30 | * @return string |
||
| 31 | */ |
||
| 32 | public function getIdentitySource() |
||
| 36 | } |
||
| 37 |