| Conditions | 1 |
| Paths | 1 |
| Total Lines | 28 |
| Code Lines | 17 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 65 | public function setATDProductNumber($number) |
||
| 66 | { |
||
| 67 | $this->search = array( |
||
| 68 | 'locationNumber' => $this->location, |
||
| 69 | 'criteria' => array( |
||
| 70 | 'entry'=>array( |
||
| 71 | 'key'=>'ATDProductNumber', |
||
| 72 | 'value'=>$number |
||
| 73 | ) |
||
| 74 | ), |
||
| 75 | 'options' => array( |
||
| 76 | 'images' => array( |
||
| 77 | 'thumbnail'=> '1', |
||
| 78 | 'small' => '1', |
||
| 79 | 'large' => '1' |
||
| 80 | ) |
||
| 81 | ), |
||
| 82 | 'productSpec'=> array( |
||
| 83 | 'entry'=> array( |
||
| 84 | 'key'=>'SpeedRating' |
||
| 85 | ), |
||
| 86 | 'entry'=> array( |
||
| 87 | 'key'=>'TemperatureRating' |
||
| 88 | ) |
||
| 89 | ) |
||
| 90 | |||
| 91 | ); |
||
| 92 | return $this->search; |
||
| 93 | } |
||
| 96 | } |