diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-12-06 20:50:02 -0800 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-12-06 20:50:02 -0800 |
commit | 53627c89a716fcd9bac535169710e65b229e96a5 (patch) | |
tree | 938fe27caf3f04549fcf1ee9dea2e70c26c0db5b /Zotlabs/Identity/ProfilePhoto.php | |
parent | c8c9916b5977e3ae8db4762209ca4bf99a3058ee (diff) | |
parent | f7f0d2b265b764e1a7bb032473108ca2cfaeb4a5 (diff) | |
download | volse-hubzilla-53627c89a716fcd9bac535169710e65b229e96a5.tar.gz volse-hubzilla-53627c89a716fcd9bac535169710e65b229e96a5.tar.bz2 volse-hubzilla-53627c89a716fcd9bac535169710e65b229e96a5.zip |
Merge branch 'dev'
Diffstat (limited to 'Zotlabs/Identity/ProfilePhoto.php')
-rw-r--r-- | Zotlabs/Identity/ProfilePhoto.php | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Zotlabs/Identity/ProfilePhoto.php b/Zotlabs/Identity/ProfilePhoto.php new file mode 100644 index 000000000..2891136c7 --- /dev/null +++ b/Zotlabs/Identity/ProfilePhoto.php @@ -0,0 +1,16 @@ +<?php +namespace Zotlabs\Identity\ProfilePhoto; + +class ProfilePhoto { + + private $photo_large_url; + private $photo_medium_url; + private $photo_small_url; + private $photo_mimetype; + private $photo_updated; + + + + +} + |