| Total Complexity | 3 |
| Total Lines | 31 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 5 | class describeSearchLayouts |
||
| 6 | { |
||
| 7 | /** |
||
| 8 | * @var string |
||
| 9 | */ |
||
| 10 | protected $sObjectType = null; |
||
| 11 | |||
| 12 | /** |
||
| 13 | * @param string $sObjectType |
||
| 14 | */ |
||
| 15 | public function __construct($sObjectType = null) |
||
| 18 | } |
||
| 19 | |||
| 20 | /** |
||
| 21 | * @return string |
||
| 22 | */ |
||
| 23 | public function getSObjectType() |
||
| 26 | } |
||
| 27 | |||
| 28 | /** |
||
| 29 | * @param string $sObjectType |
||
| 30 | * @return \SForce\Wsdl\describeSearchLayouts |
||
| 31 | */ |
||
| 32 | public function setSObjectType($sObjectType) |
||
| 38 |