| changeset 11 | 5f038a505cd7 |
| parent 8 | 7d2fb5d7c9ff |
| child 14 | 673b2766024e |
| 10:a1234ceba912 | 11:5f038a505cd7 |
|---|---|
300 function getCategory() |
300 function getCategory() |
301 { |
301 { |
302 return $this->category; |
302 return $this->category; |
303 } |
303 } |
304 |
304 |
305 /** |
|
306 * Set category to Null |
|
307 * |
|
308 */ |
|
309 function nullCategory() |
|
310 { |
|
311 return $this->setCategory(NULL); |
|
312 } |
|
313 |
|
305 |
314 |
306 } |
315 } |