mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
ref getter-functions
This commit is contained in:
parent
89551d9968
commit
c03a85aa7b
@ -491,7 +491,7 @@ Function Visibility Specifiers
|
||||
return true;
|
||||
}
|
||||
|
||||
- ``public``: visible externally and internally (creates a :ref:`getter function <getter-functions>` for storage/state variables)
|
||||
- ``public``: visible externally and internally (creates a :ref:`getter-functions` for storage/state variables)
|
||||
- ``private``: only visible in the current contract
|
||||
- ``external``: only visible externally (only for functions) - i.e. can only be message-called (via ``this.func``)
|
||||
- ``internal``: only visible internally
|
||||
|
Loading…
Reference in New Issue
Block a user