示例#1
0
 /**
  * Return a CSSContentParser for the most recent content.
  *
  * @return CSSContentParser
  */
 public function cssParser()
 {
     if (!$this->cssParser) {
         $this->cssParser = new CSSContentParser($this->mainSession->lastContent());
     }
     return $this->cssParser;
 }