mirror of
https://github.com/YunoHost-Apps/hubzilla_ynh.git
synced 2024-09-03 19:26:21 +02:00
19 lines
172 B
PHP
19 lines
172 B
PHP
|
<?php
|
||
|
|
||
|
namespace Zotlabs\Identity\BasicId;
|
||
|
|
||
|
class BasicId {
|
||
|
|
||
|
private $name;
|
||
|
private $profile_photo;
|
||
|
private $profile_url;
|
||
|
private $address;
|
||
|
private $protocol;
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
}
|
||
|
|