|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Collaboration diagram for ILIAS\Export\Schema\ilXmlSchemaInfo:Public Member Functions | |
| __construct (SplFileInfo $file, string $component, string $sub_type, Version $version) | |
| getFile () | |
| getComponent () | |
| getSubtype () | |
| getVersion () | |
Private Attributes | |
| Version | $version |
| string | $component |
| string | $sub_type |
| SplFileInfo | $file |
Definition at line 26 of file class.ilXmlSchemaInfo.php.
| ILIAS\Export\Schema\ilXmlSchemaInfo::__construct | ( | SplFileInfo | $file, |
| string | $component, | ||
| string | $sub_type, | ||
| Version | $version | ||
| ) |
Definition at line 36 of file class.ilXmlSchemaInfo.php.
References ILIAS\Export\Schema\ilXmlSchemaInfo\$component, ILIAS\Export\Schema\ilXmlSchemaInfo\$file, ILIAS\Export\Schema\ilXmlSchemaInfo\$sub_type, and ILIAS\Export\Schema\ilXmlSchemaInfo\$version.
| ILIAS\Export\Schema\ilXmlSchemaInfo::getComponent | ( | ) |
Definition at line 49 of file class.ilXmlSchemaInfo.php.
References ILIAS\Export\Schema\ilXmlSchemaInfo\$component.
| ILIAS\Export\Schema\ilXmlSchemaInfo::getFile | ( | ) |
Definition at line 44 of file class.ilXmlSchemaInfo.php.
References ILIAS\Export\Schema\ilXmlSchemaInfo\$file.
| ILIAS\Export\Schema\ilXmlSchemaInfo::getSubtype | ( | ) |
Definition at line 54 of file class.ilXmlSchemaInfo.php.
References ILIAS\Export\Schema\ilXmlSchemaInfo\$sub_type.
| ILIAS\Export\Schema\ilXmlSchemaInfo::getVersion | ( | ) |
Definition at line 59 of file class.ilXmlSchemaInfo.php.
References ILIAS\Export\Schema\ilXmlSchemaInfo\$version.
Referenced by ILIAS\Export\Schema\ilXmlSchemaFactory\sortByVersion().
Here is the caller graph for this function:
|
private |
Definition at line 30 of file class.ilXmlSchemaInfo.php.
Referenced by ILIAS\Export\Schema\ilXmlSchemaInfo\__construct(), and ILIAS\Export\Schema\ilXmlSchemaInfo\getComponent().
|
private |
Definition at line 34 of file class.ilXmlSchemaInfo.php.
Referenced by ILIAS\Export\Schema\ilXmlSchemaInfo\__construct(), and ILIAS\Export\Schema\ilXmlSchemaInfo\getFile().
|
private |
Definition at line 32 of file class.ilXmlSchemaInfo.php.
Referenced by ILIAS\Export\Schema\ilXmlSchemaInfo\__construct(), and ILIAS\Export\Schema\ilXmlSchemaInfo\getSubtype().
|
private |
Definition at line 28 of file class.ilXmlSchemaInfo.php.
Referenced by ILIAS\Export\Schema\ilXmlSchemaInfo\__construct(), and ILIAS\Export\Schema\ilXmlSchemaInfo\getVersion().