findLatestStory() public static method

public static findLatestStory ( )
Exemplo n.º 1
0
 public function lastStoryPosted()
 {
     return DataSource::findLatestStory();
 }