| 1 | <?php |
||
| 19 | final class StatementReference extends StatementObject |
||
| 20 | { |
||
| 21 | private $statementId; |
||
| 22 | |||
| 23 | public function __construct(StatementId $statementId) |
||
| 27 | |||
| 28 | /** |
||
| 29 | 2 | * Returns the id of the referenced Statement. |
|
| 30 | */ |
||
| 31 | 2 | public function getStatementId(): StatementId |
|
| 35 | |||
| 36 | /** |
||
| 37 | * {@inheritdoc} |
||
| 38 | */ |
||
| 39 | 2 | public function equals(StatementObject $object): bool |
|
| 47 | } |
||
| 48 |