| Conditions | 1 |
| Paths | 1 |
| Total Lines | 16 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 33 | public function get( |
||
| 34 | $SelectionCriteria, |
||
| 35 | $FieldNames, |
||
| 36 | $VideoExtensionCreativeFieldNames = null, |
||
| 37 | $CpcVideoCreativeFieldNames = null, |
||
| 38 | $CpmVideoCreativeFieldNames = null, |
||
| 39 | $Page = null |
||
| 40 | ) |
||
| 41 | { |
||
| 42 | $params = compact(get_param_names(__METHOD__)); |
||
| 43 | |||
| 44 | return $this->request([ |
||
| 45 | 'method' => 'get', |
||
| 46 | 'params' => $params |
||
| 47 | ]); |
||
| 48 | } |
||
| 49 | } |
||
| 50 |