fix(deps): update dependency friendsofphp/php-cs-fixer to <3.26.1 (main) (#2677)
* fix(deps): update dependency friendsofphp/php-cs-fixer to <3.26.1 * style: format code --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: jo <ljonas@riseup.net>
This commit is contained in:
parent
de74e9f2dd
commit
9af3050432
|
@ -10,9 +10,7 @@ class DashboardController extends Zend_Controller_Action
|
|||
->initContext();
|
||||
}
|
||||
|
||||
public function indexAction()
|
||||
{
|
||||
}
|
||||
public function indexAction() {}
|
||||
|
||||
public function disconnectSourceAction()
|
||||
{
|
||||
|
|
|
@ -2,9 +2,7 @@
|
|||
|
||||
class EmbeddableWidgetsController extends Zend_Controller_Action
|
||||
{
|
||||
public function init()
|
||||
{
|
||||
}
|
||||
public function init() {}
|
||||
|
||||
public function playerAction()
|
||||
{
|
||||
|
|
|
@ -2,9 +2,7 @@
|
|||
|
||||
class IndexController extends Zend_Controller_Action
|
||||
{
|
||||
public function init()
|
||||
{
|
||||
}
|
||||
public function init() {}
|
||||
|
||||
public function indexAction()
|
||||
{
|
||||
|
|
|
@ -687,12 +687,6 @@ class PlaylistController extends Zend_Controller_Action
|
|||
$this->_helper->json->sendJson($out);
|
||||
}
|
||||
}
|
||||
class WrongTypeToBlockException extends Exception
|
||||
{
|
||||
}
|
||||
class WrongTypeToPlaylistException extends Exception
|
||||
{
|
||||
}
|
||||
class BlockDynamicException extends Exception
|
||||
{
|
||||
}
|
||||
class WrongTypeToBlockException extends Exception {}
|
||||
class WrongTypeToPlaylistException extends Exception {}
|
||||
class BlockDynamicException extends Exception {}
|
||||
|
|
|
@ -103,9 +103,7 @@ class PreferenceController extends Zend_Controller_Action
|
|||
$this->_helper->json->sendJson(['url' => $url]);
|
||||
}
|
||||
|
||||
public function directoryConfigAction()
|
||||
{
|
||||
}
|
||||
public function directoryConfigAction() {}
|
||||
|
||||
public function removeLogoAction()
|
||||
{
|
||||
|
|
|
@ -2,9 +2,7 @@
|
|||
|
||||
class Application_Form_EditAudioMD extends Zend_Form
|
||||
{
|
||||
public function init()
|
||||
{
|
||||
}
|
||||
public function init() {}
|
||||
|
||||
public function startForm($p_id)
|
||||
{
|
||||
|
|
|
@ -217,9 +217,7 @@ class Application_Form_SmartBlockCriteria extends Zend_Form_SubForm
|
|||
return $names;
|
||||
}
|
||||
|
||||
public function init()
|
||||
{
|
||||
}
|
||||
public function init() {}
|
||||
|
||||
// converts UTC timestamp citeria into user timezone strings.
|
||||
private function convertTimestamps(&$criteria)
|
||||
|
|
|
@ -4,9 +4,7 @@ class Application_Form_StreamSetting extends Zend_Form
|
|||
{
|
||||
private $setting;
|
||||
|
||||
public function init()
|
||||
{
|
||||
}
|
||||
public function init() {}
|
||||
|
||||
public function setSetting($setting)
|
||||
{
|
||||
|
|
|
@ -7,9 +7,7 @@ class Application_Form_StreamSettingSubForm extends Zend_Form_SubForm
|
|||
|
||||
public static $customizable;
|
||||
|
||||
public function init()
|
||||
{
|
||||
}
|
||||
public function init() {}
|
||||
|
||||
public function setPrefix($prefix)
|
||||
{
|
||||
|
|
|
@ -1867,15 +1867,7 @@ SQL;
|
|||
// smart block functions end
|
||||
}
|
||||
|
||||
class BlockNotFoundException extends Exception
|
||||
{
|
||||
}
|
||||
class BlockNoPermissionException extends Exception
|
||||
{
|
||||
}
|
||||
class BlockOutDatedException extends Exception
|
||||
{
|
||||
}
|
||||
class BlockDyanmicException extends Exception
|
||||
{
|
||||
}
|
||||
class BlockNotFoundException extends Exception {}
|
||||
class BlockNoPermissionException extends Exception {}
|
||||
class BlockOutDatedException extends Exception {}
|
||||
class BlockDyanmicException extends Exception {}
|
||||
|
|
|
@ -2,9 +2,7 @@
|
|||
|
||||
class Application_Model_ListenerStat
|
||||
{
|
||||
public function __construct()
|
||||
{
|
||||
}
|
||||
public function __construct() {}
|
||||
|
||||
public static function getDataPointsWithinRange($p_start, $p_end)
|
||||
{
|
||||
|
|
|
@ -2,9 +2,7 @@
|
|||
|
||||
class Application_Model_LoginAttempts
|
||||
{
|
||||
public function __construct()
|
||||
{
|
||||
}
|
||||
public function __construct() {}
|
||||
|
||||
public static function increaseAttempts($ip)
|
||||
{
|
||||
|
|
|
@ -1145,12 +1145,6 @@ SQL;
|
|||
}
|
||||
} // class Playlist
|
||||
|
||||
class PlaylistNotFoundException extends Exception
|
||||
{
|
||||
}
|
||||
class PlaylistNoPermissionException extends Exception
|
||||
{
|
||||
}
|
||||
class PlaylistOutDatedException extends Exception
|
||||
{
|
||||
}
|
||||
class PlaylistNotFoundException extends Exception {}
|
||||
class PlaylistNoPermissionException extends Exception {}
|
||||
class PlaylistOutDatedException extends Exception {}
|
||||
|
|
|
@ -1084,9 +1084,7 @@ final class Application_Model_Scheduler
|
|||
}
|
||||
}
|
||||
|
||||
private function updateMovedItem()
|
||||
{
|
||||
}
|
||||
private function updateMovedItem() {}
|
||||
|
||||
private function getInstances($instanceId)
|
||||
{
|
||||
|
@ -1410,6 +1408,4 @@ final class Application_Model_Scheduler
|
|||
}
|
||||
}
|
||||
|
||||
class OutDatedScheduleException extends Exception
|
||||
{
|
||||
}
|
||||
class OutDatedScheduleException extends Exception {}
|
||||
|
|
|
@ -1183,12 +1183,6 @@ SQL;
|
|||
}
|
||||
}
|
||||
|
||||
class DeleteScheduledFileException extends Exception
|
||||
{
|
||||
}
|
||||
class FileDoesNotExistException extends Exception
|
||||
{
|
||||
}
|
||||
class FileNoPermissionException extends Exception
|
||||
{
|
||||
}
|
||||
class DeleteScheduledFileException extends Exception {}
|
||||
class FileDoesNotExistException extends Exception {}
|
||||
class FileNoPermissionException extends Exception {}
|
||||
|
|
|
@ -449,6 +449,4 @@ class Application_Model_Webstream implements Application_Model_LibraryEditable
|
|||
}
|
||||
}
|
||||
|
||||
class WebstreamNoPermissionException extends Exception
|
||||
{
|
||||
}
|
||||
class WebstreamNoPermissionException extends Exception {}
|
||||
|
|
|
@ -7,6 +7,4 @@
|
|||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class CcAccess extends BaseCcAccess
|
||||
{
|
||||
} // CcAccess
|
||||
class CcAccess extends BaseCcAccess {} // CcAccess
|
||||
|
|
|
@ -7,6 +7,4 @@
|
|||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class CcAccessPeer extends BaseCcAccessPeer
|
||||
{
|
||||
} // CcAccessPeer
|
||||
class CcAccessPeer extends BaseCcAccessPeer {} // CcAccessPeer
|
||||
|
|
|
@ -7,6 +7,4 @@
|
|||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class CcAccessQuery extends BaseCcAccessQuery
|
||||
{
|
||||
} // CcAccessQuery
|
||||
class CcAccessQuery extends BaseCcAccessQuery {} // CcAccessQuery
|
||||
|
|
|
@ -7,6 +7,4 @@
|
|||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class CcBackup extends BaseCcBackup
|
||||
{
|
||||
} // CcBackup
|
||||
class CcBackup extends BaseCcBackup {} // CcBackup
|
||||
|
|
|
@ -7,6 +7,4 @@
|
|||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class CcBackupPeer extends BaseCcBackupPeer
|
||||
{
|
||||
} // CcBackupPeer
|
||||
class CcBackupPeer extends BaseCcBackupPeer {} // CcBackupPeer
|
||||
|
|
|
@ -7,6 +7,4 @@
|
|||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class CcBackupQuery extends BaseCcBackupQuery
|
||||
{
|
||||
} // CcBackupQuery
|
||||
class CcBackupQuery extends BaseCcBackupQuery {} // CcBackupQuery
|
||||
|
|
|
@ -7,6 +7,4 @@
|
|||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class CcBlockPeer extends BaseCcBlockPeer
|
||||
{
|
||||
} // CcBlockPeer
|
||||
class CcBlockPeer extends BaseCcBlockPeer {} // CcBlockPeer
|
||||
|
|
|
@ -7,6 +7,4 @@
|
|||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class CcBlockQuery extends BaseCcBlockQuery
|
||||
{
|
||||
} // CcBlockQuery
|
||||
class CcBlockQuery extends BaseCcBlockQuery {} // CcBlockQuery
|
||||
|
|
|
@ -7,6 +7,4 @@
|
|||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class CcBlockcontentsPeer extends BaseCcBlockcontentsPeer
|
||||
{
|
||||
} // CcBlockcontentsPeer
|
||||
class CcBlockcontentsPeer extends BaseCcBlockcontentsPeer {} // CcBlockcontentsPeer
|
||||
|
|
|
@ -7,6 +7,4 @@
|
|||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class CcBlockcontentsQuery extends BaseCcBlockcontentsQuery
|
||||
{
|
||||
} // CcBlockcontentsQuery
|
||||
class CcBlockcontentsQuery extends BaseCcBlockcontentsQuery {} // CcBlockcontentsQuery
|
||||
|
|
|
@ -7,6 +7,4 @@
|
|||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class CcBlockcriteria extends BaseCcBlockcriteria
|
||||
{
|
||||
} // CcBlockcriteria
|
||||
class CcBlockcriteria extends BaseCcBlockcriteria {} // CcBlockcriteria
|
||||
|
|
|
@ -7,6 +7,4 @@
|
|||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class CcBlockcriteriaPeer extends BaseCcBlockcriteriaPeer
|
||||
{
|
||||
} // CcBlockcriteriaPeer
|
||||
class CcBlockcriteriaPeer extends BaseCcBlockcriteriaPeer {} // CcBlockcriteriaPeer
|
||||
|
|
|
@ -7,6 +7,4 @@
|
|||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class CcBlockcriteriaQuery extends BaseCcBlockcriteriaQuery
|
||||
{
|
||||
} // CcBlockcriteriaQuery
|
||||
class CcBlockcriteriaQuery extends BaseCcBlockcriteriaQuery {} // CcBlockcriteriaQuery
|
||||
|
|
|
@ -7,6 +7,4 @@
|
|||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class CcFileTag extends BaseCcFileTag
|
||||
{
|
||||
} // CcFileTag
|
||||
class CcFileTag extends BaseCcFileTag {} // CcFileTag
|
||||
|
|
|
@ -7,6 +7,4 @@
|
|||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class CcFileTagPeer extends BaseCcFileTagPeer
|
||||
{
|
||||
} // CcFileTagPeer
|
||||
class CcFileTagPeer extends BaseCcFileTagPeer {} // CcFileTagPeer
|
||||
|
|
|
@ -7,6 +7,4 @@
|
|||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class CcFileTagQuery extends BaseCcFileTagQuery
|
||||
{
|
||||
} // CcFileTagQuery
|
||||
class CcFileTagQuery extends BaseCcFileTagQuery {} // CcFileTagQuery
|
||||
|
|
|
@ -7,17 +7,11 @@
|
|||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class InvalidMetadataException extends Exception
|
||||
{
|
||||
}
|
||||
class InvalidMetadataException extends Exception {}
|
||||
|
||||
class LibreTimeFileNotFoundException extends Exception
|
||||
{
|
||||
}
|
||||
class LibreTimeFileNotFoundException extends Exception {}
|
||||
|
||||
class OverDiskQuotaException extends Exception
|
||||
{
|
||||
}
|
||||
class OverDiskQuotaException extends Exception {}
|
||||
|
||||
class CcFiles extends BaseCcFiles
|
||||
{
|
||||
|
|
|
@ -7,6 +7,4 @@
|
|||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class CcFilesPeer extends BaseCcFilesPeer
|
||||
{
|
||||
} // CcFilesPeer
|
||||
class CcFilesPeer extends BaseCcFilesPeer {} // CcFilesPeer
|
||||
|
|
|
@ -7,6 +7,4 @@
|
|||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class CcFilesQuery extends BaseCcFilesQuery
|
||||
{
|
||||
} // CcFilesQuery
|
||||
class CcFilesQuery extends BaseCcFilesQuery {} // CcFilesQuery
|
||||
|
|
|
@ -7,6 +7,4 @@
|
|||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class CcListenerCount extends BaseCcListenerCount
|
||||
{
|
||||
} // CcListenerCount
|
||||
class CcListenerCount extends BaseCcListenerCount {} // CcListenerCount
|
||||
|
|
|
@ -7,6 +7,4 @@
|
|||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class CcListenerCountPeer extends BaseCcListenerCountPeer
|
||||
{
|
||||
} // CcListenerCountPeer
|
||||
class CcListenerCountPeer extends BaseCcListenerCountPeer {} // CcListenerCountPeer
|
||||
|
|
|
@ -7,6 +7,4 @@
|
|||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class CcListenerCountQuery extends BaseCcListenerCountQuery
|
||||
{
|
||||
} // CcListenerCountQuery
|
||||
class CcListenerCountQuery extends BaseCcListenerCountQuery {} // CcListenerCountQuery
|
||||
|
|
|
@ -7,6 +7,4 @@
|
|||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class CcLiveLog extends BaseCcLiveLog
|
||||
{
|
||||
} // CcLiveLog
|
||||
class CcLiveLog extends BaseCcLiveLog {} // CcLiveLog
|
||||
|
|
|
@ -7,6 +7,4 @@
|
|||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class CcLiveLogPeer extends BaseCcLiveLogPeer
|
||||
{
|
||||
} // CcLiveLogPeer
|
||||
class CcLiveLogPeer extends BaseCcLiveLogPeer {} // CcLiveLogPeer
|
||||
|
|
|
@ -7,6 +7,4 @@
|
|||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class CcLiveLogQuery extends BaseCcLiveLogQuery
|
||||
{
|
||||
} // CcLiveLogQuery
|
||||
class CcLiveLogQuery extends BaseCcLiveLogQuery {} // CcLiveLogQuery
|
||||
|
|
|
@ -7,6 +7,4 @@
|
|||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class CcLocale extends BaseCcLocale
|
||||
{
|
||||
} // CcLocale
|
||||
class CcLocale extends BaseCcLocale {} // CcLocale
|
||||
|
|
|
@ -7,6 +7,4 @@
|
|||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class CcLocalePeer extends BaseCcLocalePeer
|
||||
{
|
||||
} // CcLocalePeer
|
||||
class CcLocalePeer extends BaseCcLocalePeer {} // CcLocalePeer
|
||||
|
|
|
@ -7,6 +7,4 @@
|
|||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class CcLocaleQuery extends BaseCcLocaleQuery
|
||||
{
|
||||
} // CcLocaleQuery
|
||||
class CcLocaleQuery extends BaseCcLocaleQuery {} // CcLocaleQuery
|
||||
|
|
|
@ -7,6 +7,4 @@
|
|||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class CcLoginAttempts extends BaseCcLoginAttempts
|
||||
{
|
||||
} // CcLoginAttempts
|
||||
class CcLoginAttempts extends BaseCcLoginAttempts {} // CcLoginAttempts
|
||||
|
|
|
@ -7,6 +7,4 @@
|
|||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class CcLoginAttemptsPeer extends BaseCcLoginAttemptsPeer
|
||||
{
|
||||
} // CcLoginAttemptsPeer
|
||||
class CcLoginAttemptsPeer extends BaseCcLoginAttemptsPeer {} // CcLoginAttemptsPeer
|
||||
|
|
|
@ -7,6 +7,4 @@
|
|||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class CcLoginAttemptsQuery extends BaseCcLoginAttemptsQuery
|
||||
{
|
||||
} // CcLoginAttemptsQuery
|
||||
class CcLoginAttemptsQuery extends BaseCcLoginAttemptsQuery {} // CcLoginAttemptsQuery
|
||||
|
|
|
@ -7,6 +7,4 @@
|
|||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class CcMountName extends BaseCcMountName
|
||||
{
|
||||
} // CcMountName
|
||||
class CcMountName extends BaseCcMountName {} // CcMountName
|
||||
|
|
|
@ -7,6 +7,4 @@
|
|||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class CcMountNamePeer extends BaseCcMountNamePeer
|
||||
{
|
||||
} // CcMountNamePeer
|
||||
class CcMountNamePeer extends BaseCcMountNamePeer {} // CcMountNamePeer
|
||||
|
|
|
@ -7,6 +7,4 @@
|
|||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class CcMountNameQuery extends BaseCcMountNameQuery
|
||||
{
|
||||
} // CcMountNameQuery
|
||||
class CcMountNameQuery extends BaseCcMountNameQuery {} // CcMountNameQuery
|
||||
|
|
|
@ -7,6 +7,4 @@
|
|||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class CcPlaylistPeer extends BaseCcPlaylistPeer
|
||||
{
|
||||
} // CcPlaylistPeer
|
||||
class CcPlaylistPeer extends BaseCcPlaylistPeer {} // CcPlaylistPeer
|
||||
|
|
|
@ -7,6 +7,4 @@
|
|||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class CcPlaylistQuery extends BaseCcPlaylistQuery
|
||||
{
|
||||
} // CcPlaylistQuery
|
||||
class CcPlaylistQuery extends BaseCcPlaylistQuery {} // CcPlaylistQuery
|
||||
|
|
|
@ -7,6 +7,4 @@
|
|||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class CcPlaylistcontentsPeer extends BaseCcPlaylistcontentsPeer
|
||||
{
|
||||
} // CcPlaylistcontentsPeer
|
||||
class CcPlaylistcontentsPeer extends BaseCcPlaylistcontentsPeer {} // CcPlaylistcontentsPeer
|
||||
|
|
|
@ -7,6 +7,4 @@
|
|||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class CcPlaylistcontentsQuery extends BaseCcPlaylistcontentsQuery
|
||||
{
|
||||
} // CcPlaylistcontentsQuery
|
||||
class CcPlaylistcontentsQuery extends BaseCcPlaylistcontentsQuery {} // CcPlaylistcontentsQuery
|
||||
|
|
|
@ -7,6 +7,4 @@
|
|||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class CcPlaylistcriteria extends BaseCcPlaylistcriteria
|
||||
{
|
||||
} // CcPlaylistcriteria
|
||||
class CcPlaylistcriteria extends BaseCcPlaylistcriteria {} // CcPlaylistcriteria
|
||||
|
|
|
@ -7,6 +7,4 @@
|
|||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class CcPlaylistcriteriaPeer extends BaseCcPlaylistcriteriaPeer
|
||||
{
|
||||
} // CcPlaylistcriteriaPeer
|
||||
class CcPlaylistcriteriaPeer extends BaseCcPlaylistcriteriaPeer {} // CcPlaylistcriteriaPeer
|
||||
|
|
|
@ -7,6 +7,4 @@
|
|||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class CcPlaylistcriteriaQuery extends BaseCcPlaylistcriteriaQuery
|
||||
{
|
||||
} // CcPlaylistcriteriaQuery
|
||||
class CcPlaylistcriteriaQuery extends BaseCcPlaylistcriteriaQuery {} // CcPlaylistcriteriaQuery
|
||||
|
|
|
@ -7,6 +7,4 @@
|
|||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class CcPlayoutHistory extends BaseCcPlayoutHistory
|
||||
{
|
||||
} // CcPlayoutHistory
|
||||
class CcPlayoutHistory extends BaseCcPlayoutHistory {} // CcPlayoutHistory
|
||||
|
|
|
@ -7,6 +7,4 @@
|
|||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class CcPlayoutHistoryMetaDataPeer extends BaseCcPlayoutHistoryMetaDataPeer
|
||||
{
|
||||
} // CcPlayoutHistoryMetaDataPeer
|
||||
class CcPlayoutHistoryMetaDataPeer extends BaseCcPlayoutHistoryMetaDataPeer {} // CcPlayoutHistoryMetaDataPeer
|
||||
|
|
|
@ -7,6 +7,4 @@
|
|||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class CcPlayoutHistoryMetaDataQuery extends BaseCcPlayoutHistoryMetaDataQuery
|
||||
{
|
||||
} // CcPlayoutHistoryMetaDataQuery
|
||||
class CcPlayoutHistoryMetaDataQuery extends BaseCcPlayoutHistoryMetaDataQuery {} // CcPlayoutHistoryMetaDataQuery
|
||||
|
|
|
@ -7,6 +7,4 @@
|
|||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class CcPlayoutHistoryPeer extends BaseCcPlayoutHistoryPeer
|
||||
{
|
||||
} // CcPlayoutHistoryPeer
|
||||
class CcPlayoutHistoryPeer extends BaseCcPlayoutHistoryPeer {} // CcPlayoutHistoryPeer
|
||||
|
|
|
@ -7,6 +7,4 @@
|
|||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class CcPlayoutHistoryQuery extends BaseCcPlayoutHistoryQuery
|
||||
{
|
||||
} // CcPlayoutHistoryQuery
|
||||
class CcPlayoutHistoryQuery extends BaseCcPlayoutHistoryQuery {} // CcPlayoutHistoryQuery
|
||||
|
|
|
@ -7,6 +7,4 @@
|
|||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class CcPlayoutHistoryTemplate extends BaseCcPlayoutHistoryTemplate
|
||||
{
|
||||
} // CcPlayoutHistoryTemplate
|
||||
class CcPlayoutHistoryTemplate extends BaseCcPlayoutHistoryTemplate {} // CcPlayoutHistoryTemplate
|
||||
|
|
|
@ -7,6 +7,4 @@
|
|||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class CcPlayoutHistoryTemplateField extends BaseCcPlayoutHistoryTemplateField
|
||||
{
|
||||
} // CcPlayoutHistoryTemplateField
|
||||
class CcPlayoutHistoryTemplateField extends BaseCcPlayoutHistoryTemplateField {} // CcPlayoutHistoryTemplateField
|
||||
|
|
|
@ -7,6 +7,4 @@
|
|||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class CcPlayoutHistoryTemplateFieldPeer extends BaseCcPlayoutHistoryTemplateFieldPeer
|
||||
{
|
||||
} // CcPlayoutHistoryTemplateFieldPeer
|
||||
class CcPlayoutHistoryTemplateFieldPeer extends BaseCcPlayoutHistoryTemplateFieldPeer {} // CcPlayoutHistoryTemplateFieldPeer
|
||||
|
|
|
@ -7,6 +7,4 @@
|
|||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class CcPlayoutHistoryTemplateFieldQuery extends BaseCcPlayoutHistoryTemplateFieldQuery
|
||||
{
|
||||
} // CcPlayoutHistoryTemplateFieldQuery
|
||||
class CcPlayoutHistoryTemplateFieldQuery extends BaseCcPlayoutHistoryTemplateFieldQuery {} // CcPlayoutHistoryTemplateFieldQuery
|
||||
|
|
|
@ -7,6 +7,4 @@
|
|||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class CcPlayoutHistoryTemplatePeer extends BaseCcPlayoutHistoryTemplatePeer
|
||||
{
|
||||
} // CcPlayoutHistoryTemplatePeer
|
||||
class CcPlayoutHistoryTemplatePeer extends BaseCcPlayoutHistoryTemplatePeer {} // CcPlayoutHistoryTemplatePeer
|
||||
|
|
|
@ -7,6 +7,4 @@
|
|||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class CcPlayoutHistoryTemplateQuery extends BaseCcPlayoutHistoryTemplateQuery
|
||||
{
|
||||
} // CcPlayoutHistoryTemplateQuery
|
||||
class CcPlayoutHistoryTemplateQuery extends BaseCcPlayoutHistoryTemplateQuery {} // CcPlayoutHistoryTemplateQuery
|
||||
|
|
|
@ -7,6 +7,4 @@
|
|||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class CcPref extends BaseCcPref
|
||||
{
|
||||
} // CcPref
|
||||
class CcPref extends BaseCcPref {} // CcPref
|
||||
|
|
|
@ -7,6 +7,4 @@
|
|||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class CcPrefPeer extends BaseCcPrefPeer
|
||||
{
|
||||
} // CcPrefPeer
|
||||
class CcPrefPeer extends BaseCcPrefPeer {} // CcPrefPeer
|
||||
|
|
|
@ -7,6 +7,4 @@
|
|||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class CcPrefQuery extends BaseCcPrefQuery
|
||||
{
|
||||
} // CcPrefQuery
|
||||
class CcPrefQuery extends BaseCcPrefQuery {} // CcPrefQuery
|
||||
|
|
|
@ -7,6 +7,4 @@
|
|||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class CcSchedulePeer extends BaseCcSchedulePeer
|
||||
{
|
||||
} // CcSchedulePeer
|
||||
class CcSchedulePeer extends BaseCcSchedulePeer {} // CcSchedulePeer
|
||||
|
|
|
@ -7,6 +7,4 @@
|
|||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class CcScheduleQuery extends BaseCcScheduleQuery
|
||||
{
|
||||
} // CcScheduleQuery
|
||||
class CcScheduleQuery extends BaseCcScheduleQuery {} // CcScheduleQuery
|
||||
|
|
|
@ -7,6 +7,4 @@
|
|||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class CcServiceRegister extends BaseCcServiceRegister
|
||||
{
|
||||
} // CcServiceRegister
|
||||
class CcServiceRegister extends BaseCcServiceRegister {} // CcServiceRegister
|
||||
|
|
|
@ -7,6 +7,4 @@
|
|||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class CcServiceRegisterPeer extends BaseCcServiceRegisterPeer
|
||||
{
|
||||
} // CcServiceRegisterPeer
|
||||
class CcServiceRegisterPeer extends BaseCcServiceRegisterPeer {} // CcServiceRegisterPeer
|
||||
|
|
|
@ -7,6 +7,4 @@
|
|||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class CcServiceRegisterQuery extends BaseCcServiceRegisterQuery
|
||||
{
|
||||
} // CcServiceRegisterQuery
|
||||
class CcServiceRegisterQuery extends BaseCcServiceRegisterQuery {} // CcServiceRegisterQuery
|
||||
|
|
|
@ -7,6 +7,4 @@
|
|||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class CcShowDaysPeer extends BaseCcShowDaysPeer
|
||||
{
|
||||
} // CcShowDaysPeer
|
||||
class CcShowDaysPeer extends BaseCcShowDaysPeer {} // CcShowDaysPeer
|
||||
|
|
|
@ -7,6 +7,4 @@
|
|||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class CcShowDaysQuery extends BaseCcShowDaysQuery
|
||||
{
|
||||
} // CcShowDaysQuery
|
||||
class CcShowDaysQuery extends BaseCcShowDaysQuery {} // CcShowDaysQuery
|
||||
|
|
|
@ -7,6 +7,4 @@
|
|||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class CcShowHosts extends BaseCcShowHosts
|
||||
{
|
||||
} // CcShowHosts
|
||||
class CcShowHosts extends BaseCcShowHosts {} // CcShowHosts
|
||||
|
|
|
@ -7,6 +7,4 @@
|
|||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class CcShowHostsPeer extends BaseCcShowHostsPeer
|
||||
{
|
||||
} // CcShowHostsPeer
|
||||
class CcShowHostsPeer extends BaseCcShowHostsPeer {} // CcShowHostsPeer
|
||||
|
|
|
@ -7,6 +7,4 @@
|
|||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class CcShowHostsQuery extends BaseCcShowHostsQuery
|
||||
{
|
||||
} // CcShowHostsQuery
|
||||
class CcShowHostsQuery extends BaseCcShowHostsQuery {} // CcShowHostsQuery
|
||||
|
|
|
@ -7,6 +7,4 @@
|
|||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class CcShowInstancesPeer extends BaseCcShowInstancesPeer
|
||||
{
|
||||
} // CcShowInstancesPeer
|
||||
class CcShowInstancesPeer extends BaseCcShowInstancesPeer {} // CcShowInstancesPeer
|
||||
|
|
|
@ -7,6 +7,4 @@
|
|||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class CcShowInstancesQuery extends BaseCcShowInstancesQuery
|
||||
{
|
||||
} // CcShowInstancesQuery
|
||||
class CcShowInstancesQuery extends BaseCcShowInstancesQuery {} // CcShowInstancesQuery
|
||||
|
|
|
@ -7,6 +7,4 @@
|
|||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class CcShowPeer extends BaseCcShowPeer
|
||||
{
|
||||
} // CcShowPeer
|
||||
class CcShowPeer extends BaseCcShowPeer {} // CcShowPeer
|
||||
|
|
|
@ -7,6 +7,4 @@
|
|||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class CcShowQuery extends BaseCcShowQuery
|
||||
{
|
||||
} // CcShowQuery
|
||||
class CcShowQuery extends BaseCcShowQuery {} // CcShowQuery
|
||||
|
|
|
@ -7,6 +7,4 @@
|
|||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class CcShowRebroadcast extends BaseCcShowRebroadcast
|
||||
{
|
||||
} // CcShowRebroadcast
|
||||
class CcShowRebroadcast extends BaseCcShowRebroadcast {} // CcShowRebroadcast
|
||||
|
|
|
@ -7,6 +7,4 @@
|
|||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class CcShowRebroadcastPeer extends BaseCcShowRebroadcastPeer
|
||||
{
|
||||
} // CcShowRebroadcastPeer
|
||||
class CcShowRebroadcastPeer extends BaseCcShowRebroadcastPeer {} // CcShowRebroadcastPeer
|
||||
|
|
|
@ -7,6 +7,4 @@
|
|||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class CcShowRebroadcastQuery extends BaseCcShowRebroadcastQuery
|
||||
{
|
||||
} // CcShowRebroadcastQuery
|
||||
class CcShowRebroadcastQuery extends BaseCcShowRebroadcastQuery {} // CcShowRebroadcastQuery
|
||||
|
|
|
@ -7,6 +7,4 @@
|
|||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class CcShowSchedule extends BaseCcShowSchedule
|
||||
{
|
||||
} // CcShowSchedule
|
||||
class CcShowSchedule extends BaseCcShowSchedule {} // CcShowSchedule
|
||||
|
|
|
@ -7,6 +7,4 @@
|
|||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class CcShowSchedulePeer extends BaseCcShowSchedulePeer
|
||||
{
|
||||
} // CcShowSchedulePeer
|
||||
class CcShowSchedulePeer extends BaseCcShowSchedulePeer {} // CcShowSchedulePeer
|
||||
|
|
|
@ -7,6 +7,4 @@
|
|||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class CcShowScheduleQuery extends BaseCcShowScheduleQuery
|
||||
{
|
||||
} // CcShowScheduleQuery
|
||||
class CcShowScheduleQuery extends BaseCcShowScheduleQuery {} // CcShowScheduleQuery
|
||||
|
|
|
@ -7,6 +7,4 @@
|
|||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class CcSubjsPeer extends BaseCcSubjsPeer
|
||||
{
|
||||
} // CcSubjsPeer
|
||||
class CcSubjsPeer extends BaseCcSubjsPeer {} // CcSubjsPeer
|
||||
|
|
|
@ -7,6 +7,4 @@
|
|||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class CcSubjsQuery extends BaseCcSubjsQuery
|
||||
{
|
||||
} // CcSubjsQuery
|
||||
class CcSubjsQuery extends BaseCcSubjsQuery {} // CcSubjsQuery
|
||||
|
|
|
@ -7,6 +7,4 @@
|
|||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class CcSubjsToken extends BaseCcSubjsToken
|
||||
{
|
||||
} // CcSubjsToken
|
||||
class CcSubjsToken extends BaseCcSubjsToken {} // CcSubjsToken
|
||||
|
|
|
@ -7,6 +7,4 @@
|
|||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class CcSubjsTokenPeer extends BaseCcSubjsTokenPeer
|
||||
{
|
||||
} // CcSubjsTokenPeer
|
||||
class CcSubjsTokenPeer extends BaseCcSubjsTokenPeer {} // CcSubjsTokenPeer
|
||||
|
|
|
@ -7,6 +7,4 @@
|
|||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class CcSubjsTokenQuery extends BaseCcSubjsTokenQuery
|
||||
{
|
||||
} // CcSubjsTokenQuery
|
||||
class CcSubjsTokenQuery extends BaseCcSubjsTokenQuery {} // CcSubjsTokenQuery
|
||||
|
|
|
@ -7,6 +7,4 @@
|
|||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class CcTag extends BaseCcTag
|
||||
{
|
||||
} // CcTag
|
||||
class CcTag extends BaseCcTag {} // CcTag
|
||||
|
|
|
@ -7,6 +7,4 @@
|
|||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class CcTagPeer extends BaseCcTagPeer
|
||||
{
|
||||
} // CcTagPeer
|
||||
class CcTagPeer extends BaseCcTagPeer {} // CcTagPeer
|
||||
|
|
|
@ -7,6 +7,4 @@
|
|||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class CcTagQuery extends BaseCcTagQuery
|
||||
{
|
||||
} // CcTagQuery
|
||||
class CcTagQuery extends BaseCcTagQuery {} // CcTagQuery
|
||||
|
|
|
@ -7,6 +7,4 @@
|
|||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class CcTimestamp extends BaseCcTimestamp
|
||||
{
|
||||
} // CcTimestamp
|
||||
class CcTimestamp extends BaseCcTimestamp {} // CcTimestamp
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue