コード例 #1
0
ファイル: Harvester.php プロジェクト: romartyn/cogear
 /**
  * Get styles
  *
  * @return string
  */
 public function getStyles()
 {
     return $this->styles->__toString() . "\n";
 }