Public Member Functions

ilMWParserAdapter Class Reference

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

Detailed Description

Definition at line 114 of file class.ilMWParserAdapter.php.


Constructor & Destructor Documentation

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();
        }


Member Function Documentation

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;}


The documentation for this class was generated from the following file: