{"in":{"data":"\u003c?php\nclass Example {\n\n\tfirstProperty\n\tsecondItem\n\tlastAttribute\n}\n","type":"txt"},"out":{"data":"\u003c?php\nclass Example {\n\n\tprivate $firstProperty;\n\n\tpublic function getFirstProperty()\n\t{\n\t\treturn $this-\u003efirstProperty;\n\t}\n\n\tpublic function setFirstProperty($value)\n\t{\n\t\t$this-\u003efirstProperty = $value;\n\t}\n\n\tprivate $secondItem;\n\n\tpublic function getSecondItem()\n\t{\n\t\treturn $this-\u003esecondItem;\n\t}\n\n\tpublic function setSecondItem($value)\n\t{\n\t\t$this-\u003esecondItem = $value;\n\t}\n\n\tprivate $lastAttribute;\n\n\tpublic function getLastAttribute()\n\t{\n\t\treturn $this-\u003elastAttribute;\n\t}\n\n\tpublic function setLastAttribute($value)\n\t{\n\t\t$this-\u003elastAttribute = $value;\n\t}\n}\n","type":"txt"},"client":"0.5.0"}