findLastStoryFor() 공개 정적인 메소드

public static findLastStoryFor ( $authorId )
예제 #1
0
 public function lastStoryPosted(User $user)
 {
     return DataSource::findLastStoryFor($user->id);
 }