00001 <?php 00002 00003 class MythTVRecording { 00004 function __construct(&$MythTV, $RecordingID = NULL) { 00005 return false; 00006 } 00007 }