ILIAS
trunk Revision v11.0_alpha-1715-g7fc467680fb
|
Public Member Functions | |
getInstanceForObject (ilObject $object) | |
getInstance (int $objId, string $type, string $title, string $description, int $parentRefId) | |
_getClassnameForType (string $type) | |
Definition at line 24 of file class.ilSoapStructureObjectFactory.php.
ilSoapStructureObjectFactory::_getClassnameForType | ( | string | $type | ) |
Definition at line 61 of file class.ilSoapStructureObjectFactory.php.
References null.
Referenced by getInstance(), and getInstanceForObject().
ilSoapStructureObjectFactory::getInstance | ( | int | $objId, |
string | $type, | ||
string | $title, | ||
string | $description, | ||
int | $parentRefId | ||
) |
Definition at line 46 of file class.ilSoapStructureObjectFactory.php.
References _getClassnameForType(), and null.
Referenced by ilSoapGLOStructureReader\_parseStructure().
ilSoapStructureObjectFactory::getInstanceForObject | ( | ilObject | $object | ) |
Definition at line 26 of file class.ilSoapStructureObjectFactory.php.
References _getClassnameForType(), ilObject\getId(), ilObject\getLongDescription(), ilObject\getRefId(), ilObject\getTitle(), ilObject\getType(), and null.
Referenced by ilSoapStructureReader\__construct().