Back to LanguageAdapter class

Method storeExtension

protected void
storeExtension
()
Method to store the extension to the database
Returns
  • void
Since
  • 3.4
-
  • \RuntimeException

Method storeExtension - Source code

/**
 * Method to store the extension to the database
 *
 * @return  void
 *
 * @since   3.4
 * @throws  \RuntimeException
 */
protected function storeExtension()
{
    // @todo - Refactor adapter to use common code
}