Conditions | 1 |
Paths | 1 |
Total Lines | 14 |
Code Lines | 9 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
49 | public function setKeywordSearch($word) |
||
50 | { |
||
51 | static::$search = array( |
||
52 | 'locationNumber' => static::$location, |
||
53 | 'keywords' => $word, |
||
54 | 'options' => array( |
||
55 | 'images' => array( |
||
56 | 'thumbnail'=>'1', |
||
57 | 'small'=> '1', |
||
58 | 'large'=> '1', |
||
59 | ) |
||
60 | ) |
||
61 | ); |
||
62 | return static::$keyword; |
||
|
|||
63 | } |
||
96 | } |