|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Inheritance diagram for ilObjectPropertyTitleAndDescription:
Collaboration diagram for ilObjectPropertyTitleAndDescription:Public Member Functions | |
| __construct (private string $title='', private string $long_description='', private ?ilObjectTypeSpecificPropertyModifications $object_type_specific_property_modifications=null) | |
| getTitle () | |
| withTitle (string $title) | |
| getDescription () | |
| withDescription (string $description) | |
| getLongDescription () | |
| toForm (\ilLanguage $language, FieldFactory $field_factory, Refinery $refinery) | |
Public Member Functions inherited from ilObjectProperty | |
| toForm (ilLanguage $language, FieldFactory $field_factory, Refinery $refinery) | |
Private Attributes | |
| const | TITLE_LABEL = 'title' |
| const | DESCRIPTION_LABEL = 'description' |
| const | GROUP_LABEL = 'title_and_description' |
Definition at line 29 of file ilObjectPropertyTitleAndDescription.php.
| ilObjectPropertyTitleAndDescription::__construct | ( | private string | $title = '', |
| private string | $long_description = '', |
||
| private ?ilObjectTypeSpecificPropertyModifications | $object_type_specific_property_modifications = null |
||
| ) |
Definition at line 35 of file ilObjectPropertyTitleAndDescription.php.
| ilObjectPropertyTitleAndDescription::getDescription | ( | ) |
Definition at line 58 of file ilObjectPropertyTitleAndDescription.php.
References ilObject\DESC_LENGTH, and getLongDescription().
Here is the call graph for this function:| ilObjectPropertyTitleAndDescription::getLongDescription | ( | ) |
Definition at line 70 of file ilObjectPropertyTitleAndDescription.php.
Referenced by getDescription(), and ilObjectProperties\storePropertyTitleAndDescription().
Here is the caller graph for this function:| ilObjectPropertyTitleAndDescription::getTitle | ( | ) |
Definition at line 42 of file ilObjectPropertyTitleAndDescription.php.
Referenced by ilObjectProperties\storePropertyTitleAndDescription().
Here is the caller graph for this function:| ilObjectPropertyTitleAndDescription::toForm | ( | \ilLanguage | $language, |
| FieldFactory | $field_factory, | ||
| Refinery | $refinery | ||
| ) |
Definition at line 78 of file ilObjectPropertyTitleAndDescription.php.
References ilObject\LONG_DESC_LENGTH, ilObject\TITLE_LENGTH, ilLanguage\txt(), and ILIAS\UI\Component\Input\Container\Form\FormInput\withRequired().
Here is the call graph for this function:| ilObjectPropertyTitleAndDescription::withDescription | ( | string | $description | ) |
Definition at line 63 of file ilObjectPropertyTitleAndDescription.php.
| ilObjectPropertyTitleAndDescription::withTitle | ( | string | $title | ) |
Definition at line 51 of file ilObjectPropertyTitleAndDescription.php.
|
private |
Definition at line 32 of file ilObjectPropertyTitleAndDescription.php.
|
private |
Definition at line 33 of file ilObjectPropertyTitleAndDescription.php.
|
private |
Definition at line 31 of file ilObjectPropertyTitleAndDescription.php.