function __construct($endpoint, $something, $auth_array) { $this->auth_array = $auth_array; parent::__construct($endpoint, $something); $this->login(); }