| 1 | <?php |
||
| 8 | class SegmentManager extends ManagerBase |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * Get a list of Segments. |
||
| 12 | * |
||
| 13 | * @see http://docs.decision-api.acquia.com/#goals_get |
||
| 14 | * |
||
| 15 | * @throws \GuzzleHttp\Exception\RequestException |
||
| 16 | * |
||
| 17 | * @return \Acquia\LiftClient\Entity\Segment[] |
||
| 18 | */ |
||
| 19 | 6 | public function query() |
|
| 35 | } |
||
| 36 |