コード例 #1
0
ファイル: Weather.php プロジェクト: tamarillo/weather
 /**
  * @return string $view
  */
 private function makeOutput()
 {
     return $this->formatter->view($this->format);
 }