From a7126b00275388403ce821d865e1ab31db0e114b Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Thu, 27 Jun 2013 10:05:37 +0200 Subject: [PATCH] add missing code block --- components/property_access/introduction.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/property_access/introduction.rst b/components/property_access/introduction.rst index 130d7d0f7f4..767097f8dfd 100644 --- a/components/property_access/introduction.rst +++ b/components/property_access/introduction.rst @@ -278,6 +278,8 @@ can use setters, the magic ``__set`` or properties to set values:: You can also use ``__call`` to set values but you need to enable the feature, see `Enable other Features`_. +.. code-block:: php + // ... class Person {