Phue\Portal::__construct PHP Method

__construct() public method

Construct a Phue Portal object
public __construct ( stdClass $attributes, Client $client )
$attributes stdClass Portal attributes
$client Client Phue client
    public function __construct(\stdClass $attributes, Client $client)
    {
        $this->attributes = $attributes;
        $this->client = $client;
    }