コード例 #1
0
ファイル: CSSList.php プロジェクト: master3395/CBPPlatform
 public function __toString()
 {
     $sResult = "@media {$this->sQuery} {";
     $sResult .= parent::__toString();
     $sResult .= '}';
     return $sResult;
 }