1 | <?php |
||
8 | class MutualFundSymbols extends BaseGet |
||
9 | { |
||
10 | const ENDPOINT = 'ref-data/mutual-funds/symbols'; |
||
11 | |||
12 | /** |
||
13 | * Create constructor. |
||
14 | * |
||
15 | * @param IEXCloud $api |
||
16 | */ |
||
17 | 2 | public function __construct(IEXCloud $api) |
|
21 | |||
22 | /** |
||
23 | * @return string |
||
24 | */ |
||
25 | 1 | protected function getFullEndpoint(): string |
|
29 | } |
||
30 |