Skip to content

Instantly share code, notes, and snippets.

@phatduckk
Created January 21, 2010 18:35
Show Gist options
  • Save phatduckk/283048 to your computer and use it in GitHub Desktop.
Save phatduckk/283048 to your computer and use it in GitHub Desktop.
<?php
class UserDataAccessClass
{
/**
* @return int
*/
public function getNumFollowers(string $userID)
{
return valueFromAServiceCallOrQueryEtc($userID)
}
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment