@@ -148,6 +148,9 @@ discard block |
||
148 | 148 | return count($this->intlNumberFormat); |
149 | 149 | } |
150 | 150 | |
151 | + /** |
|
152 | + * @param integer $index |
|
153 | + */ |
|
151 | 154 | public function getIntlNumberFormat($index) |
152 | 155 | { |
153 | 156 | return $this->intlNumberFormat[$index]; |
@@ -739,6 +742,9 @@ discard block |
||
739 | 742 | return $this->sameMobileAndFixedLinePattern; |
740 | 743 | } |
741 | 744 | |
745 | + /** |
|
746 | + * @param boolean $value |
|
747 | + */ |
|
742 | 748 | public function setSameMobileAndFixedLinePattern($value) |
743 | 749 | { |
744 | 750 | $this->sameMobileAndFixedLinePattern = $value; |