ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
comment.php File Reference

Go to the source code of this file.

Functions

 comment ()
 

Function Documentation

◆ comment()

comment ( )

Definition at line 2 of file comment.php.

3{
4 global $DIC;
5 $f = $DIC->ui()->factory();
6 $renderer = $DIC->ui()->renderer();
7
8 return $renderer->render($f->glyph()->comment("#"));
9}
global $DIC
Definition: saml.php:7

References $DIC, and $f.

Referenced by assQuestion\__construct(), phpseclib\Crypt\RSA\_convertPrivateKey(), Symfony\Component\Yaml\Tests\ParserTest\getCommentLikeStringInScalarBlockData(), ilExerciseXMLParser\handlerEndTag(), phpseclib\Crypt\RSA\loadKey(), ilExAssignmentMemberStatus\read(), ilEventParticipants\setComment(), ilQTIAssessment\setComment(), ilQTIFlow\setComment(), ilQTIFlowMat\setComment(), ilQTIItem\setComment(), ilQTIOutcomes\setComment(), ilQTIRespcondition\setComment(), ilQTIResprocessing\setComment(), ilQTISection\setComment(), ilLPMarks\setComment(), ilExAssignmentMemberStatus\setComment(), phpseclib\Crypt\RSA\setComment(), ilSystemStyleLessCategory\setComment(), ilSystemStyleLessComment\setComment(), ilSystemStyleLessVariable\setComment(), assQuestion\setComment(), ZipStream\Option\Archive\setComment(), ZipStream\Option\File\setComment(), Symfony\Component\Yaml\Tests\ParserTest\testColonInMappingValueExceptionNotTriggeredByColonInComment(), Symfony\Component\Yaml\Tests\ParserTest\testCommentAtTheRootIndent(), Sabre\DAV\Xml\Element\ShareeTest\testDeserialize(), Sabre\DAV\Xml\Request\ShareResourceTest\testDeserialize(), Sabre\DAV\Xml\Element\ShareeTest\testDeserializeNoHref(), Sabre\DAV\Xml\Element\ShareeTest\testDeserializeNoShareeAccess(), Symfony\Component\Yaml\Tests\ParserTest\testFoldedStringBlockWithComments(), Symfony\Component\Yaml\Tests\ParserTest\testNestedFoldedStringBlockWithComments(), Sabre\DAV\Sharing\ShareResourceTest\testShareResource(), Sabre\DAV\Sharing\ShareResourceTest\testShareResourceNotFound(), Sabre\DAV\Sharing\ShareResourceTest\testShareResourceNotISharedNode(), Symfony\Component\Yaml\Tests\ParserTest\testStringBlockWithComments(), and ilExerciseXMLParser\updateMarking().

+ Here is the caller graph for this function: