示例#1
0
 public function __construct($fSize, $sUnit = null, $bIsColorComponent = false, $iLineNo = 0)
 {
     parent::__construct($iLineNo);
     $this->fSize = floatval($fSize);
     $this->sUnit = $sUnit;
     $this->bIsColorComponent = $bIsColorComponent;
 }
示例#2
0
 public function __construct(CSSString $oURL, $iLineNo = 0)
 {
     parent::__construct($iLineNo);
     $this->oURL = $oURL;
 }