PHP Class JiraRestApi\User\UserService

Inheritance: extends JiraRestApi\JiraClient
Datei anzeigen Open project: lesstif/php-jira-rest-client Class Usage Examples

Public Methods

Method Description
get ( array $paramArray ) : User Function to get user.
search ( $paramArray )

Method Details

get() public method

Function to get user.
public get ( array $paramArray ) : User
$paramArray array Possible values for $paramArray 'username', 'key'. "Either the 'username' or the 'key' query parameters need to be provided".
return User class