for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace SForce\Wsdl;
class describeTheme
{
/**
* @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\describeTheme
public function setSobjectType($sobjectType)
return $this;