ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Class to represent a content-item placement object. More...
Public Member Functions | |
__construct ($displayWidth, $displayHeight, $documentTarget, $windowTarget) | |
Class constructor. More... | |
Class to represent a content-item placement object.
Definition at line 14 of file ContentItemPlacement.php.
IMSGlobal\LTI\ToolProvider\ContentItemPlacement::__construct | ( | $displayWidth, | |
$displayHeight, | |||
$documentTarget, | |||
$windowTarget | |||
) |
Class constructor.
int | $displayWidth | Width of item location |
int | $displayHeight | Height of item location |
string | $documentTarget | Location to open content in |
string | $windowTarget | Name of window target |
Definition at line 25 of file ContentItemPlacement.php.