1 | <?php |
||
14 | class VideoAlbumController extends AlbumController |
||
15 | { |
||
16 | /** |
||
17 | * Returns the name of the VideoAlbum model. |
||
18 | * |
||
19 | * @return string |
||
20 | */ |
||
21 | protected function getModelName():string |
||
25 | |||
26 | /** |
||
27 | * Returns the type of video album. |
||
28 | * |
||
29 | * @return string |
||
30 | */ |
||
31 | protected function getAlbumType():string |
||
35 | } |
||
36 |