25 function __construct($displayWidth, $displayHeight, $documentTarget, $windowTarget)
28 if (!empty($displayWidth)) {
29 $this->displayWidth = $displayWidth;
31 if (!empty($displayHeight)) {
32 $this->displayHeight = $displayHeight;
34 if (!empty($documentTarget)) {
35 $this->documentTarget = $documentTarget;
37 if (!empty($windowTarget)) {
38 $this->windowTarget = $windowTarget;
__construct($displayWidth, $displayHeight, $documentTarget, $windowTarget)
Class constructor.
Class to represent a content-item placement object.