Skip to content

Commit

Permalink
minor readme fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
fruitl00p committed Feb 27, 2014
1 parent 8b6c819 commit 28818af
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ $cbc->search($entityType, $selector, $params): entity[];
$cbc->getAll($entityType, $params): entity[];
$cbc->getById($entityType, $objectId, $params): entity;
$cbc->getById($entityType, $id, $params): entity;
$cbc->getByIds($entityType, $objectIds, $params): entity[];
$cbc->getByIds($entityType, $ids, $params): entity[];
$cbc->getId($entityType, $selector): string;
Expand All @@ -63,12 +63,12 @@ $cbc->getTemplate($entityType): array;
$cbc->update($entityType, $properties): responseData;
$cbc->destroy($entityType, $objectId): responseData;
$cbc->destroy($entityType, $id): responseData;
$cbc->generateId(): string - Generate a new, fresh MongoDB object ID
$cbc->generateId(): string - Generate a new, fresh Communibase ID
//Use for Files only to get a string with the binary contents
$cbc->getBinary(objectId): string;
$cbc->getBinary(id): string;
```

Expand Down

0 comments on commit 28818af

Please sign in to comment.