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