| Total Complexity | 3 | 
| Total Lines | 24 | 
| Duplicated Lines | 0 % | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php | ||
| 13 | class after_quickreply extends base | ||
| 14 | { | ||
| 15 | /** | ||
| 16 | 	 * {@inheritDoc} | ||
| 17 | */ | ||
| 18 | public function get_id() | ||
| 21 | } | ||
| 22 | |||
| 23 | /** | ||
| 24 | 	 * {@inheritDoc} | ||
| 25 | */ | ||
| 26 | public function get_category() | ||
| 27 | 	{ | ||
| 28 | return self::CAT_IN_POSTS; | ||
| 29 | } | ||
| 30 | |||
| 31 | /** | ||
| 32 | 	 * {@inheritDoc} | ||
| 33 | */ | ||
| 34 | public function will_display() | ||
| 37 | } | ||
| 38 | } | ||
| 39 |