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