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.

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(), ilQTIOutcomes\setComment(), ilSystemStyleLessComment\setComment(), ilQTIResprocessing\setComment(), ZipStream\Option\File\setComment(), ilQTIFlow\setComment(), ilQTIFlowMat\setComment(), ilEventParticipants\setComment(), ilSystemStyleLessCategory\setComment(), ilQTIRespcondition\setComment(), ilQTIAssessment\setComment(), ilQTISection\setComment(), ilLPMarks\setComment(), ilQTIItem\setComment(), ZipStream\Option\Archive\setComment(), ilSystemStyleLessVariable\setComment(), ilExAssignmentMemberStatus\setComment(), assQuestion\setComment(), phpseclib\Crypt\RSA\setComment(), Symfony\Component\Yaml\Tests\ParserTest\testColonInMappingValueExceptionNotTriggeredByColonInComment(), Symfony\Component\Yaml\Tests\ParserTest\testCommentAtTheRootIndent(), Sabre\DAV\Xml\Request\ShareResourceTest\testDeserialize(), Sabre\DAV\Xml\Element\ShareeTest\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().

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
+ Here is the caller graph for this function: