1 | <?php |
||
24 | class RemoteVettingStateDone extends AbstractRemoteVettingState implements RemoteVettingState |
||
25 | { |
||
26 | /** |
||
27 | * @param RemoteVettingProcessDto $process |
||
28 | * @return RemoteVettingTokenDto |
||
29 | */ |
||
30 | public function getValidatedToken(RemoteVettingProcessDto $process) |
||
34 | |||
35 | public function getAttributes(RemoteVettingProcessDto $process) |
||
39 | } |
||
40 |