コード例 #1
0
ファイル: TimberProxy.php プロジェクト: mindgruve/mg-press
 public function thumbnail()
 {
     if (!$this->thumbnail) {
         $this->thumbnail = $this->post->thumbnail();
     }
     return $this->thumbnail;
 }