XHPChild is the base type of values that can be children of XHP elements
Most primitive types implement XHPChild: string, int, float, and array.
Classes that implement XHPChild must do so by implementing the XHPChildClass
subinterface.
Interface Synopsis