Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
killianherbunot committed Dec 22, 2016
1 parent 235f3fd commit e00dbe4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@ openclassrooms_frontdesk:
```

## Usage
### ENROLLMENT
```php
$enrollmentService = $container->get('openclassrooms.frontdesk.service.enrollment');
```
#### Query Enrollment
```php
$enrollmentService->query($field, $filter, $limit);
```

### PACK
```php
Expand Down

0 comments on commit e00dbe4

Please sign in to comment.