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