コード例 #1
0
ファイル: PostPresenter.php プロジェクト: optik/Blog
 /**
  * Get the previous post of the current post
  * @return object
  */
 public function previous()
 {
     return $this->post->getPreviousOf($this->entity);
 }