mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-24 18:19:12 -04:00
19 lines
164 B
PHP
19 lines
164 B
PHP
<?php
|
|
|
|
namespace Zotlabs\Identity;
|
|
|
|
class BasicId {
|
|
|
|
private $name;
|
|
private $profile_photo;
|
|
private $profile_url;
|
|
private $address;
|
|
private $protocol;
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|