public function SelectQuery::__construct in Salesforce Suite 8.4
Same name and namespace in other branches
- 8.3 src/SelectQuery.php \Drupal\salesforce\SelectQuery::__construct()
- 5.0.x src/SelectQuery.php \Drupal\salesforce\SelectQuery::__construct()
SelectQuery constructor.
Parameters
string $object_type: Salesforce object type to query.
File
- src/
SelectQuery.php, line 53
Class
- SelectQuery
- Class SelectQuery.
Namespace
Drupal\salesforceCode
public function __construct($object_type = '') {
$this->objectType = $object_type;
}