| 1 | <?php |
||
| 15 | class Plan |
||
| 16 | { |
||
| 17 | /** |
||
| 18 | * Optimizely API Client. |
||
| 19 | * @var WebMarketingROI\OptimizelyPHP\OptimizelyApiClient |
||
| 20 | */ |
||
| 21 | private $client; |
||
| 22 | |||
| 23 | /** |
||
| 24 | * Constructor. |
||
| 25 | */ |
||
| 26 | 1 | public function __construct($client) |
|
| 30 | |||
| 31 | /** |
||
| 32 | * e information for all products, only accessible for Administrators on the account |
||
| 33 | * @return Result |
||
| 34 | * @throws Exception |
||
| 35 | */ |
||
| 36 | 1 | public function get() |
|
| 45 | } |
||
| 46 | |||
| 47 |