sintonia/airtime_mvc/application/models/airtime/CcWebstreamMetadata.php
Martin Konecny 2a1ea33362 CC-1665: Scheduled stream rebroadcasting and recording
-store Liquidsoap metadata in cc_schedule instead of cc_webstream
2012-08-17 15:07:58 -04:00

18 lines
432 B
PHP

<?php
/**
* Skeleton subclass for representing a row from the 'cc_webstream_metadata' table.
*
*
*
* You should add additional methods to this class to meet the
* application requirements. This class will only be generated as
* long as it does not already exist in the output directory.
*
* @package propel.generator.airtime
*/
class CcWebstreamMetadata extends BaseCcWebstreamMetadata {
} // CcWebstreamMetadata