PHP Class JiraRestApi\User\UserService

Inheritance: extends JiraRestApi\JiraClient
Afficher le fichier Open project: lesstif/php-jira-rest-client Class Usage Examples

Méthodes publiques

Méthode Description
get ( array $paramArray ) : User Function to get user.
search ( $paramArray )

Method Details

get() public méthode

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".
Résultat User class