@@ -32,7 +32,6 @@ |
||
| 32 | 32 | namespace Salaros\Vtiger\VTWSCLib; |
| 33 | 33 | |
| 34 | 34 | use Salaros\Vtiger\VTWSCLib\WSClient; |
| 35 | -use Salaros\Vtiger\VTWSCLib\EntityUtils; |
|
| 36 | 35 | |
| 37 | 36 | /** |
| 38 | 37 | * Vtiger Web Services PHP Client Session class |
@@ -240,12 +240,12 @@ |
||
| 240 | 240 | } |
| 241 | 241 | |
| 242 | 242 | /** |
| 243 | - * Checks if if params holds valid entity data/search constraints, otherwise returns false |
|
| 244 | - * @access public |
|
| 245 | - * @static |
|
| 246 | - * @param array $params Array holding entity data/search constraints |
|
| 247 | - * @return boolean Returns true if params holds valid entity data/search constraints, otherwise returns false |
|
| 248 | - */ |
|
| 243 | + * Checks if if params holds valid entity data/search constraints, otherwise returns false |
|
| 244 | + * @access public |
|
| 245 | + * @static |
|
| 246 | + * @param array $params Array holding entity data/search constraints |
|
| 247 | + * @return boolean Returns true if params holds valid entity data/search constraints, otherwise returns false |
|
| 248 | + */ |
|
| 249 | 249 | private static function checkParams(array $params, $paramsPurpose) |
| 250 | 250 | { |
| 251 | 251 | if (empty($params) || !is_array($params) || !is_assoc_array($params)) { |
@@ -62,12 +62,12 @@ discard block |
||
| 62 | 62 | } |
| 63 | 63 | |
| 64 | 64 | /** |
| 65 | - * Retrieve an external iterator |
|
| 66 | - * |
|
| 67 | - * @link http://php.net/manual/en/iteratoraggregate.getiterator.php |
|
| 68 | - * @return \Traversable |
|
| 69 | - * An instance of an object implementing \Traversable |
|
| 70 | - */ |
|
| 65 | + * Retrieve an external iterator |
|
| 66 | + * |
|
| 67 | + * @link http://php.net/manual/en/iteratoraggregate.getiterator.php |
|
| 68 | + * @return \Traversable |
|
| 69 | + * An instance of an object implementing \Traversable |
|
| 70 | + */ |
|
| 71 | 71 | public function getIterator() |
| 72 | 72 | { |
| 73 | 73 | $properties = $this->getAllProperties(); |
@@ -77,10 +77,10 @@ discard block |
||
| 77 | 77 | } |
| 78 | 78 | |
| 79 | 79 | /** |
| 80 | - * Get all the properties of the object |
|
| 81 | - * |
|
| 82 | - * @return array |
|
| 83 | - */ |
|
| 80 | + * Get all the properties of the object |
|
| 81 | + * |
|
| 82 | + * @return array |
|
| 83 | + */ |
|
| 84 | 84 | private function getAllProperties() |
| 85 | 85 | { |
| 86 | 86 | $allProperties = get_object_vars($this); |