findLastStoryFor() public static method

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