/** * Starts site synchronization process. * @return string */ public function SynchronizeSite() { $msg = parent::SynchronizeSite(); return $msg; }