diff --git a/src/Property/Import.php b/src/Property/Import.php index 43d9f0d2..d715a7a0 100644 --- a/src/Property/Import.php +++ b/src/Property/Import.php @@ -134,4 +134,12 @@ public function setComments(array $aComments) { $this->aComments = $aComments; } + + /** + * @return string + */ + public function getMediaQuery() + { + return $this->sMediaQuery; + } }