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