Skip to content

Commit 8f54873

Browse files
authored
Merge pull request MyIntervals#384 from raxbg/improvement/import_getMediaQuery
2 parents bbece12 + ef3c31c commit 8f54873

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/Property/Import.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,4 +134,12 @@ public function setComments(array $aComments)
134134
{
135135
$this->aComments = $aComments;
136136
}
137+
138+
/**
139+
* @return string
140+
*/
141+
public function getMediaQuery()
142+
{
143+
return $this->sMediaQuery;
144+
}
137145
}

0 commit comments

Comments
 (0)