|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for ilBiblAdminFactoryFacade:
Collaboration diagram for ilBiblAdminFactoryFacade:Public Member Functions | |
| __construct (ilObjBibliographicAdmin $ilObjBibliographicAdmin, int $type_id) | |
| ilBiblAdminFactoryFacade constructor. More... | |
| typeFactory () | |
| @inheritDoc More... | |
| type () | |
| @inheritDoc More... | |
| translationFactory () | |
| @inheritDoc More... | |
| fieldFactory () | |
| @inheritDoc More... | |
| iliasObjId () | |
| @inheritDoc More... | |
| iliasRefId () | |
| @inheritDoc More... | |
| typeFactory () | |
| type () | |
| translationFactory () | |
| fieldFactory () | |
| iliasObjId () | |
| iliasRefId () | |
Protected Attributes | |
| ilBiblTranslationFactory | $translation_factory |
| ilBiblFieldFactory | $field_factory |
| ilBiblTypeInterface | $type |
| ilBiblTypeFactory | $type_factory |
| int | $object_id |
| int | $ref_id |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Interface ilBiblAdminFactoryFacade
Definition at line 24 of file class.ilBiblAdminFactoryFacade.php.
| ilBiblAdminFactoryFacade::__construct | ( | ilObjBibliographicAdmin | $ilObjBibliographicAdmin, |
| int | $type_id | ||
| ) |
ilBiblAdminFactoryFacade constructor.
Definition at line 37 of file class.ilBiblAdminFactoryFacade.php.
References ilObject\getId(), ilObject\getRefId(), and type().
Here is the call graph for this function:| ilBiblAdminFactoryFacade::fieldFactory | ( | ) |
@inheritDoc
Implements ilBiblAdminFactoryFacadeInterface.
Definition at line 78 of file class.ilBiblAdminFactoryFacade.php.
References $field_factory.
| ilBiblAdminFactoryFacade::iliasObjId | ( | ) |
@inheritDoc
Implements ilBiblAdminFactoryFacadeInterface.
Definition at line 87 of file class.ilBiblAdminFactoryFacade.php.
References $object_id.
| ilBiblAdminFactoryFacade::iliasRefId | ( | ) |
@inheritDoc
Implements ilBiblAdminFactoryFacadeInterface.
Definition at line 96 of file class.ilBiblAdminFactoryFacade.php.
References $ref_id.
| ilBiblAdminFactoryFacade::translationFactory | ( | ) |
@inheritDoc
Implements ilBiblAdminFactoryFacadeInterface.
Definition at line 69 of file class.ilBiblAdminFactoryFacade.php.
References $translation_factory.
| ilBiblAdminFactoryFacade::type | ( | ) |
@inheritDoc
Implements ilBiblAdminFactoryFacadeInterface.
Definition at line 60 of file class.ilBiblAdminFactoryFacade.php.
References $type.
Referenced by __construct().
Here is the caller graph for this function:| ilBiblAdminFactoryFacade::typeFactory | ( | ) |
@inheritDoc
Implements ilBiblAdminFactoryFacadeInterface.
Definition at line 51 of file class.ilBiblAdminFactoryFacade.php.
References $type_factory.
|
protected |
Definition at line 27 of file class.ilBiblAdminFactoryFacade.php.
Referenced by fieldFactory().
|
protected |
Definition at line 30 of file class.ilBiblAdminFactoryFacade.php.
Referenced by iliasObjId().
|
protected |
Definition at line 31 of file class.ilBiblAdminFactoryFacade.php.
Referenced by iliasRefId().
|
protected |
Definition at line 26 of file class.ilBiblAdminFactoryFacade.php.
Referenced by translationFactory().
|
protected |
Definition at line 28 of file class.ilBiblAdminFactoryFacade.php.
Referenced by type().
|
protected |
Definition at line 29 of file class.ilBiblAdminFactoryFacade.php.
Referenced by typeFactory().