docs: ctor promoted property defaults
[awesomized/ext-ion] / docs / v0.0 / ion / Serializer / PHP.html
index e6244b4faa64c9659dbd921c8d45f24f22541074..c72264ef6f3d4bd3e2d76b840e3c7f61262b6f62 100644 (file)
 <p>None.</p>
 <h2>Properties:<a id="Properties:" href="#Properties:" class="permalink" aria-hidden="true" title="">#</a></h2>
 <ul>
-<li>public ?ion\Writer\Options $writerOptions<br />
+<li>public ?ion\Writer\Options $writerOptions = NULL<br />
 Writer options.</li>
-<li>public bool $multiSequence<br />
+<li>public bool $multiSequence = false<br />
 Whether to write the top level array as multiple ION sequences.</li>
-<li>public bool $callMagicSerialize<br />
+<li>public bool $callMagicSerialize = true<br />
 Whether to call magic __serialize() methods on objects to serialize.</li>
-<li>public ?string $callCustomSerialize<br />
+<li>public ?string $callCustomSerialize = NULL<br />
 Whether and which custom serialize method to call on objects to serialize.</li>
 </ul>