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