app/library/OAuth/UserData/UserDataInterface.php: add toArray()
This commit is contained in:
parent
43417740a7
commit
a337ccd4fa
1 changed files with 5 additions and 0 deletions
|
|
@ -54,4 +54,9 @@ interface UserDataInterface
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
public function getEmail();
|
public function getEmail();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @return array
|
||||||
|
*/
|
||||||
|
public function toArray();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Reference in a new issue