| Total Complexity | 2 |
| Total Lines | 24 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 5 | class InlineQueryResultCachedSticker extends InlineQueryResultAbstract |
||
| 6 | { |
||
| 7 | const ENTITY_TYPE = 'InlineQueryResultCachedSticker'; |
||
| 8 | |||
| 9 | protected $sticker_file_id; |
||
| 10 | |||
| 11 | /** |
||
| 12 | * @return mixed |
||
| 13 | */ |
||
| 14 | public function getStickerFileId() |
||
| 17 | } |
||
| 18 | |||
| 19 | /** |
||
| 20 | * @param mixed $sticker_file_id |
||
| 21 | * |
||
| 22 | * @return $this |
||
| 23 | */ |
||
| 24 | public function setStickerFileId($sticker_file_id) |
||
| 31 |