| 1 | <?php  | 
            ||
| 8 | class OptionsSymbols extends BaseGet  | 
            ||
| 9 | { | 
            ||
| 10 | const ENDPOINT = 'ref-data/options/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 |