@@ -268,6 +268,7 @@ |
||
| 268 | 268 | * @access private |
| 269 | 269 | * @static |
| 270 | 270 | * @param string Base URL of vTiger CRM |
| 271 | + * @param string $baseUrl |
|
| 271 | 272 | * @return boolean Returns cleaned and fixed vTiger URL |
| 272 | 273 | */ |
| 273 | 274 | private static function fixVtigerBaseUrl($baseUrl) |
@@ -69,11 +69,11 @@ discard block |
||
| 69 | 69 | } |
| 70 | 70 | |
| 71 | 71 | /** |
| 72 | - * Retrieve an external iterator |
|
| 73 | - * @access public |
|
| 74 | - * @link http://php.net/manual/en/iteratoraggregate.getiterator.php |
|
| 75 | - * @return \Traversable An instance of an object implementing \Traversable |
|
| 76 | - */ |
|
| 72 | + * Retrieve an external iterator |
|
| 73 | + * @access public |
|
| 74 | + * @link http://php.net/manual/en/iteratoraggregate.getiterator.php |
|
| 75 | + * @return \Traversable An instance of an object implementing \Traversable |
|
| 76 | + */ |
|
| 77 | 77 | public function getIterator() |
| 78 | 78 | { |
| 79 | 79 | $properties = $this->getAllProperties(); |
@@ -83,10 +83,10 @@ discard block |
||
| 83 | 83 | } |
| 84 | 84 | |
| 85 | 85 | /** |
| 86 | - * Gets all the properties of the object |
|
| 87 | - * @access public |
|
| 88 | - * @return array Array of properties |
|
| 89 | - */ |
|
| 86 | + * Gets all the properties of the object |
|
| 87 | + * @access public |
|
| 88 | + * @return array Array of properties |
|
| 89 | + */ |
|
| 90 | 90 | private function getAllProperties() |
| 91 | 91 | { |
| 92 | 92 | $allProperties = get_object_vars($this); |