for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace SForce\Wsdl;
class queryMore
{
/**
* @var QueryLocator
*/
protected $queryLocator = null;
* @param QueryLocator $queryLocator
public function __construct($queryLocator = null)
$this->queryLocator = $queryLocator;
}
* @return QueryLocator
public function getQueryLocator()
return $this->queryLocator;
* @return \SForce\Wsdl\queryMore
public function setQueryLocator($queryLocator)
return $this;