Skip to content

Instantly share code, notes, and snippets.

@samadfcibd
Last active July 3, 2020 07:00
Show Gist options
  • Save samadfcibd/4346f122d566c1f5783924ac13fceca3 to your computer and use it in GitHub Desktop.
Save samadfcibd/4346f122d566c1f5783924ac13fceca3 to your computer and use it in GitHub Desktop.
<?php
class userInfo
{
public function getUserName()
{
return 'name';
}
public function getUserAddress()
{
return 'address';
}
public function getUserRole()
{
return 'role';
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment