Supported Nested Tags

  • fileset

  • option

  • mapping

    The <mapping> tag represents a complex data type. You can use nested <mapping> (and nested <element> with <element> tags) to represent the full complexity of the structure. Bear in mind that what you are creating will be mapped to an associative array that will be passed in via PEAR_PackageFileMaintainer::setOptions() .

    <mapping name="option_name">
        <element key="key_name" value="key_val"/>
        <element key="key_name" value="key_val"/>
    </mapping>
  • role See PEAR_PackageFileManager::addRole for more information.

    Table 116. Available options

    Name Type Description Default Required
    extension String The file extension n/a Yes
    role String The file extension n/a Yes