Back to InstallerAdapter class

Method parseOptionalTags

protected void
parseOptionalTags
()
Method to parse optional tags in the manifest
Returns
  • void
Since
  • 3.1

Method parseOptionalTags - Source code

/**
 * Method to parse optional tags in the manifest
 *
 * @return  void
 *
 * @since   3.1
 */
protected function parseOptionalTags()
{
    // Some extensions may not have optional tags
}