getNewVoInstance()
getNewVoInstance(\type $voName) : \typed
creates and returns an instance of of $voName.
Parameters
\type | $voName |
Returns
\typed —object or null
interface for Vo Converters.
setScanEnabled(boolean $enabled)
for some protocols it is possible to call convertToType and markExplicitObject directly during deserialization and serialization.
This is typically the case of AMF, but not JSON. In that case this function must be called with enabled set to false, so the plugin does not scan the objects to do it itself. By default scanning is enabled
boolean | $enabled |