Inheritance diagram for ilMWParserAdapter:
Collaboration diagram for ilMWParserAdapter:Public Member Functions | |
| __construct () | |
| maybeMakeExternalImage ($url) | |
| make an image if it's allowed, either through the global option or through the exception | |
Definition at line 114 of file class.ilMWParserAdapter.php.
| ilMWParserAdapter::__construct | ( | ) |
Definition at line 116 of file class.ilMWParserAdapter.php.
{
parent::__construct();
$this->mOptions = new ilMWFakery();
$this->mTitle = new ilMWFakery();
$this->mOutput = new ilMWFakery();
}
| ilMWParserAdapter::maybeMakeExternalImage | ( | $ | url | ) |
make an image if it's allowed, either through the global option or through the exception
Reimplemented from Parser.
Definition at line 124 of file class.ilMWParserAdapter.php.
{ return false;}
1.7.1