You are here

public function SFID::__toString in Salesforce Suite 8.4

Same name and namespace in other branches
  1. 8.3 src/SFID.php \Drupal\salesforce\SFID::__toString()
  2. 5.0.x src/SFID.php \Drupal\salesforce\SFID::__toString()

Magic method wrapping the SFID string.

Return value

string The SFID.

File

src/SFID.php, line 74

Class

SFID
Class SFID.

Namespace

Drupal\salesforce

Code

public function __toString() {
  return (string) $this->id;
}