@@ -435,14 +435,6 @@ public function mail()
435435 return $ this ->_getOperator ('Mail ' );
436436 }
437437
438- /**
439- * @return Operator\Migration
440- */
441- public function migration ()
442- {
443- return $ this ->_getOperator ('Migration ' );
444- }
445-
446438 /**
447439 * @return Operator\Certificate
448440 */
@@ -475,14 +467,6 @@ public function eventLog()
475467 return $ this ->_getOperator ('EventLog ' );
476468 }
477469
478- /**
479- * @return Operator\SpamFilter
480- */
481- public function spamFilter ()
482- {
483- return $ this ->_getOperator ('SpamFilter ' );
484- }
485-
486470 /**
487471 * @return Operator\SecretKey
488472 */
@@ -507,22 +491,6 @@ public function servicePlan()
507491 return $ this ->_getOperator ('ServicePlan ' );
508492 }
509493
510- /**
511- * @return Operator\WebUser
512- */
513- public function webUser ()
514- {
515- return $ this ->_getOperator ('WebUser ' );
516- }
517-
518- /**
519- * @return Operator\MailList
520- */
521- public function mailList ()
522- {
523- return $ this ->_getOperator ('MailList ' );
524- }
525-
526494 /**
527495 * @return Operator\VirtualDirectory
528496 */
@@ -539,14 +507,6 @@ public function database()
539507 return $ this ->_getOperator ('Database ' );
540508 }
541509
542- /**
543- * @return Operator\FtpUser
544- */
545- public function ftpUser ()
546- {
547- return $ this ->_getOperator ('FtpUser ' );
548- }
549-
550510 /**
551511 * @return Operator\Session
552512 */
@@ -555,14 +515,6 @@ public function session()
555515 return $ this ->_getOperator ('Session ' );
556516 }
557517
558- /**
559- * @return Operator\Updater
560- */
561- public function updater ()
562- {
563- return $ this ->_getOperator ('Updater ' );
564- }
565-
566518 /**
567519 * @return Operator\Locale
568520 */
@@ -579,22 +531,6 @@ public function logRotation()
579531 return $ this ->_getOperator ('LogRotation ' );
580532 }
581533
582- /**
583- * @return Operator\BackupManager
584- */
585- public function backupManager ()
586- {
587- return $ this ->_getOperator ('BackupManager ' );
588- }
589-
590- /**
591- * @return Operator\Sso
592- */
593- public function sso ()
594- {
595- return $ this ->_getOperator ('Sso ' );
596- }
597-
598534 /**
599535 * @return Operator\ProtectedDirectory
600536 */
@@ -642,77 +578,4 @@ public function site()
642578 {
643579 return $ this ->_getOperator ('Site ' );
644580 }
645-
646- /**
647- * @return Operator\User
648- */
649- public function user ()
650- {
651- return $ this ->_getOperator ('User ' );
652- }
653-
654- /**
655- * @return Operator\Role
656- */
657- public function role ()
658- {
659- return $ this ->_getOperator ('Role ' );
660- }
661-
662- /**
663- * @return Operator\BusinessLogicUpgrade
664- */
665- public function businessLogicUpgrade ()
666- {
667- return $ this ->_getOperator ('BusinessLogicUpgrade ' );
668- }
669-
670- /**
671- * @return Operator\Webmail
672- */
673- public function webmail ()
674- {
675- return $ this ->_getOperator ('Webmail ' );
676- }
677-
678- /**
679- * @return Operator\PlanItem
680- */
681- public function planItem ()
682- {
683- return $ this ->_getOperator ('PlanItem ' );
684- }
685-
686- /**
687- * @return Operator\Sitebuilder
688- */
689- public function sitebuilder ()
690- {
691- return $ this ->_getOperator ('Sitebuilder ' );
692- }
693-
694- /**
695- * @return Operator\ServiceNode
696- */
697- public function serviceNode ()
698- {
699- return $ this ->_getOperator ('ServiceNode ' );
700- }
701-
702- /**
703- * @return Operator\IpBan
704- */
705- public function ipBan ()
706- {
707- return $ this ->_getOperator ('IpBan ' );
708- }
709-
710- /**
711- * @return Operator\WpInstance
712- */
713- public function wpInstance ()
714- {
715- return $ this ->_getOperator ('WpInstance ' );
716- }
717-
718581}
0 commit comments