| 1 | <?php |
||
| 26 | class BrowseNodeLookup extends AbstractOperation |
||
| 27 | { |
||
| 28 | /** |
||
| 29 | * {@inheritdoc} |
||
| 30 | */ |
||
| 31 | 1 | public function getName() |
|
| 35 | |||
| 36 | /** |
||
| 37 | * Returns the nodeid |
||
| 38 | * |
||
| 39 | * @return string |
||
| 40 | */ |
||
| 41 | 1 | public function getNodeId() |
|
| 45 | |||
| 46 | /** |
||
| 47 | * Sets the nodeid in which should be looked up |
||
| 48 | * |
||
| 49 | * @param string $nodeId |
||
| 50 | * |
||
| 51 | * @return \ApaiIO\Operations\BrowseNodeLookup |
||
| 52 | */ |
||
| 53 | 2 | public function setNodeId($nodeId) |
|
| 59 | } |
||
| 60 |