コード例 #1
0
ファイル: JQuery.php プロジェクト: coolms/jquery
 /**
  * @return HeadStyle
  */
 public function headStyle()
 {
     $this->__initialized__ && $this->__initialized__->__invoke();
     if (null === $this->headStyle) {
         $this->headStyle = new HeadStyle();
         $this->headStyle->setView($this->view);
     }
     return $this->headStyle;
 }