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