credentials = $credentials; $this->user_interface = $user_interface; } public function getCredentials() { return $this->credentials; } public function getUserInterface() { return $this->user_interface; } public function getAccess() { return $this->access; } public function setAccess($access) { $this->access = $access; return $this; } }