Skip to content

Commit

Permalink
feat(item): added client shortcut function
Browse files Browse the repository at this point in the history
  • Loading branch information
DIOHz0r authored and ajsb85 committed Oct 25, 2017
1 parent 8394edf commit 44a96d9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Glpi/Api/Rest/ItemHandler.php
Expand Up @@ -40,6 +40,13 @@ public function __construct(Client $client) {
$this->client = $client;
}

/**
* @return Client
*/
public function getClient() {
return $this->client;
}

/**
* Return the instance fields of itemtype identified by id.
* @param string $itemType
Expand Down

0 comments on commit 44a96d9

Please sign in to comment.