From c94c77d2d165900cb0926e96764ca4e1a18b7a84 Mon Sep 17 00:00:00 2001 From: James Ray Date: Fri, 30 Jun 2017 19:35:00 +1000 Subject: Update frequently-asked-questions.rst --- docs/frequently-asked-questions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/frequently-asked-questions.rst b/docs/frequently-asked-questions.rst index 03ee8388..8eaa5c5a 100644 --- a/docs/frequently-asked-questions.rst +++ b/docs/frequently-asked-questions.rst @@ -641,7 +641,7 @@ Not yet, as this requires two levels of dynamic arrays (``string`` is a dynamic If you issue a call for an array, it is possible to retrieve the whole array? Or must you write a helper function for that? =========================================================================================================================== -The automatic getter function for a public state variable of array type only returns +The automatic :ref:`getters ` function for a public state variable of array type only returns individual elements. If you want to return the complete array, you have to manually write a function to do that. -- cgit v1.2.3 From d2c0c5f4621d357f57c9657aad76c3808fa8f554 Mon Sep 17 00:00:00 2001 From: James Ray Date: Fri, 30 Jun 2017 19:42:53 +1000 Subject: Getter function ref --- docs/frequently-asked-questions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/frequently-asked-questions.rst b/docs/frequently-asked-questions.rst index 8eaa5c5a..b44480e3 100644 --- a/docs/frequently-asked-questions.rst +++ b/docs/frequently-asked-questions.rst @@ -641,7 +641,7 @@ Not yet, as this requires two levels of dynamic arrays (``string`` is a dynamic If you issue a call for an array, it is possible to retrieve the whole array? Or must you write a helper function for that? =========================================================================================================================== -The automatic :ref:`getters ` function for a public state variable of array type only returns +The automatic :ref:`getter function ` for a public state variable of array type only returns individual elements. If you want to return the complete array, you have to manually write a function to do that. -- cgit v1.2.3 From e257a6c89a0cdcb84204f423d8060b33b5f63a5b Mon Sep 17 00:00:00 2001 From: James Ray Date: Fri, 7 Jul 2017 12:07:10 +1000 Subject: Fixed reference to getter function --- docs/frequently-asked-questions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/frequently-asked-questions.rst b/docs/frequently-asked-questions.rst index b44480e3..53c43633 100644 --- a/docs/frequently-asked-questions.rst +++ b/docs/frequently-asked-questions.rst @@ -641,7 +641,7 @@ Not yet, as this requires two levels of dynamic arrays (``string`` is a dynamic If you issue a call for an array, it is possible to retrieve the whole array? Or must you write a helper function for that? =========================================================================================================================== -The automatic :ref:`getter function ` for a public state variable of array type only returns +The automatic :ref:`getter function <_getter_functions>` for a public state variable of array type only returns individual elements. If you want to return the complete array, you have to manually write a function to do that. -- cgit v1.2.3 From 3c3060dd870b9971e3f571faca3f9036995306b9 Mon Sep 17 00:00:00 2001 From: James Ray Date: Fri, 28 Jul 2017 11:54:59 +1000 Subject: :ref:`getter-functions` --- docs/frequently-asked-questions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/frequently-asked-questions.rst b/docs/frequently-asked-questions.rst index 53c43633..e7ccb3db 100644 --- a/docs/frequently-asked-questions.rst +++ b/docs/frequently-asked-questions.rst @@ -641,7 +641,7 @@ Not yet, as this requires two levels of dynamic arrays (``string`` is a dynamic If you issue a call for an array, it is possible to retrieve the whole array? Or must you write a helper function for that? =========================================================================================================================== -The automatic :ref:`getter function <_getter_functions>` for a public state variable of array type only returns +The automatic :ref:`getter-functions` for a public state variable of array type only returns individual elements. If you want to return the complete array, you have to manually write a function to do that. -- cgit v1.2.3 From 5678a08d589b5ab931813463c49cbd7aae99e245 Mon Sep 17 00:00:00 2001 From: James Ray Date: Mon, 31 Jul 2017 20:32:34 +1000 Subject: :ref:`getter function` --- docs/frequently-asked-questions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/frequently-asked-questions.rst b/docs/frequently-asked-questions.rst index e7ccb3db..47c87c5a 100644 --- a/docs/frequently-asked-questions.rst +++ b/docs/frequently-asked-questions.rst @@ -641,7 +641,7 @@ Not yet, as this requires two levels of dynamic arrays (``string`` is a dynamic If you issue a call for an array, it is possible to retrieve the whole array? Or must you write a helper function for that? =========================================================================================================================== -The automatic :ref:`getter-functions` for a public state variable of array type only returns +The automatic :ref:`getter function` for a public state variable of array type only returns individual elements. If you want to return the complete array, you have to manually write a function to do that. -- cgit v1.2.3