Преглед на файлове

Merge pull request #146 from chrisjohnson00/patch-1

Update annotations.rst
Johannes преди 11 години
родител
ревизия
95536761d3
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      doc/reference/annotations.rst

+ 1 - 1
doc/reference/annotations.rst

@@ -99,7 +99,7 @@ be called to retrieve, or set the value of the given property:
     {
         private $id;
 
-        /** @Accessor(getter="getTrimmedName") */
+        /** @Accessor(getter="getTrimmedName",setter="setName") */
         private $name;
 
         // ...