@@ -79,7 +79,7 @@ discard block |
||
| 79 | 79 | * Retrive a contact by email address or by phone number |
| 80 | 80 | * either the email (preferred) of phone needs to be set in the $fieldsArray |
| 81 | 81 | * |
| 82 | - * @param array $fieldsArray |
|
| 82 | + * @param string $fieldsArray |
|
| 83 | 83 | * @param array $extraFilterArray additional filter key-value sets |
| 84 | 84 | * |
| 85 | 85 | * @return SForce\SObject|null |
@@ -216,7 +216,7 @@ discard block |
||
| 216 | 216 | * @param string $type Object Type |
| 217 | 217 | * @param array $recordTypeIds |
| 218 | 218 | * |
| 219 | - * @return Wsdl\DescribeLayoutResult |
|
| 219 | + * @return SForce\Wsdl\DescribeLayoutResult |
|
| 220 | 220 | */ |
| 221 | 221 | public function describeLayoutDouble($type, array $recordTypeIds = []) |
| 222 | 222 | { |
@@ -20,6 +20,8 @@ |
||
| 20 | 20 | * Our constructor only requires the controller and the name of the form |
| 21 | 21 | * method. We'll create the fields and actions in here. |
| 22 | 22 | * |
| 23 | + * @param SalesForceExamplesSignupController $controller |
|
| 24 | + * @param string $name |
|
| 23 | 25 | */ |
| 24 | 26 | public function __construct($controller, $name) |
| 25 | 27 | { |
@@ -60,6 +60,9 @@ |
||
| 60 | 60 | $this->showResults($response); |
| 61 | 61 | } |
| 62 | 62 | |
| 63 | + /** |
|
| 64 | + * @param SForce\Wsdl\SaveResult|null $response |
|
| 65 | + */ |
|
| 63 | 66 | protected function showResults($response) |
| 64 | 67 | { |
| 65 | 68 | $this->showRequest(); |