Skip to content

Instantly share code, notes, and snippets.

<?php
#if (${Namespace})
namespace ${Namespace};
#end
#parse("PHP File Header")
#set($setter = "set" + $FieldName.substring(0,1).toUpperCase() + $FieldName.substring(1))
class ${NAME} implements \JsonSerializable