for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* Watch modal for episodes
*
* @author Sam Stenvall <[email protected]>
* @copyright Copyright © Sam Stenvall 2014-
* @license https://www.gnu.org/licenses/gpl.html The GNU General Public License v3.0
* TODO: Rename to WatchEpisodeModal (and the inner widget accordingly)
*/
class WatchTVShowModal extends WatchMediaModal
{
protected function getInnerWidgetClass()
return 'RetrieveTVShowWidget';
}
protected function getWatchButtonOptions()
return array(
'color'=>TbHtml::BUTTON_COLOR_PRIMARY,
'size'=>TbHtml::BUTTON_SIZE_SMALL,
);