1: <?php 2: 3: namespace Charcoal\Cms; 4: 5: // From 'charcoal-cms' 6: use Charcoal\Cms\DocumentInterface; 7: 8: /** 9: * 10: */ 11: interface VideoInterface extends DocumentInterface 12: { 13: } 14: