\Ceo\Plugins\Instagram\HydratorsUser

User Hydrator

Common properties:

  • biography
  • external_url
  • full_name
  • id
  • is_business_account
  • is_joined_recently
  • is_verified
  • profile_pic_url
  • profile_pic_url_hd
  • username
 $transport = (new JsonTransport())
     ->setUsername($username);
 $imageData = $transport->getUserData();
 $user = (new User())
     ->hydrate($imageData);
 echo $user->getAttribute('profile_pic_url');

Summary

Methods
Properties
Constants
hydrate()
getAttribute()
getImages()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$stack
$images
N/A

Properties

$stack

$stack : 

Type

$images

$images : 

Type

Methods

hydrate()

hydrate(  $data) 

Parameters

$data

getAttribute()

getAttribute(  $key) 

Parameters

$key

getImages()

getImages()