Back to LanguageAdapter class

Method finaliseInstall

protected void
finaliseInstall
()
Method to finalise the installation processing
Returns
  • void
Since
  • 4.0.0
-
  • \RuntimeException

Method finaliseInstall - Source code

/**
 * Method to finalise the installation processing
 *
 * @return  void
 *
 * @since   4.0.0
 * @throws  \RuntimeException
 */
protected function finaliseInstall()
{
    // @todo - Refactor adapter to use common code
}