Skip to content

Commit

Permalink
Update property-hooks.xml уточнил формулировку
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalferov authored Nov 22, 2024
1 parent 2620dd0 commit 65ed981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion language/oop5/property-hooks.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ print $example->foo;
<simpara>
Свойство <varname>$foo</varname> заканчивается фигурными скобками <literal>{}</literal>, а не точкой с запятой.
Это указывает на то, что для свойства определили хуки.
Определили оба хука, и <literal>get</literal>, и <literal>set</literal>,
В примере определили оба хука, и <literal>get</literal>, и <literal>set</literal>,
хотя разрешается определять только один или другой.
Обоим хуках определили тела, которые также обозначили фигурными скобками <literal>{}</literal>.
В теле разрешается записывать произвольный код.
Expand Down

0 comments on commit 65ed981

Please sign in to comment.