refactor serde interfaces and impls
[awesomized/ext-ion] / docs / v0.1 / ion / Serializer / PHP.html
index c6e3638e8e66d93d872260791e3815c36a60f632..704aeba4949218c62808c0235a4f31bc9fc878ab 100644 (file)
@@ -6,13 +6,12 @@
                                                        PHP -
                                                mdref
                </title>
+               <meta property="og:title" content="ion\Serializer\PHP">
                <meta name="viewport" content="width=1200, initial-scale=0.5">
                                        <base href="/ext-ion/v0.1/">
                        <meta http-equiv="Content-Location" content="/ext-ion/v0.1/ion/Serializer/PHP">
                        <link rel="stylesheet" href="index.css">
                
-               <link href="https://fonts.googleapis.com/css?family=Inconsolata&amp;subset=latin-ext" rel="stylesheet">
-               <script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
                <link rel="shortcut icon" href="/ext-ion/v0.1/favicon.ico">
        </head>
        <body>
@@ -21,7 +20,7 @@
 <div class="sidebar">
        
        <div class="edit">
-               <a href="./ion/Serializer/PHP">Edit</a>
+               <a href="https://github.com/awesomized/ext-ion/edit/master/ion.stub.php">Edit</a>
        </div>
        
        
@@ -58,6 +57,8 @@
                                                                                                                                                                                                                                                                
                                                </ul>
                                                                                                                                                                                                                                        
+                                               <li>&ldsh; <a href="./ion/Serializer/Serializer">Serializer</a></li>
+                                                                                                                                                       
                                                <li>&ldsh; <a href="./ion/Serializer/serialize">Serializer::serialize</a></li>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
                                        </ul>
@@ -86,7 +87,7 @@ Whether to call magic __serialize() methods on objects to serialize.</li>
 <em>public</em> ?<code><a href="https://php.net/manual/en/language.types.string">string</a></code> <span class="var" id="$callCustomSerialize">$callCustomSerialize<a class="permalink" href="ion/Serializer/PHP#%24callCustomSerialize">#</a></span> = <code><a href="https://php.net/manual/en/language.types.null">NULL</a></code><br>
 Whether and which custom serialize method to call on objects to serialize.</li>
 </ul><h2 id="Functions:">Functions:<a class="permalink" href="ion/Serializer/PHP#Functions:">#</a>
-</h2><ul>
+</h2><ul class="sub-entries sub-functions">
        
        <li>
                <h3 id="PHP::__construct">
@@ -97,13 +98,30 @@ Whether and which custom serialize method to call on objects to serialize.</li>
                <p><code><a href="https://php.net/manual/en/language.types.declarations#language.types.declarations.void">void</a></code> <a href="ion/Serializer/PHP/__construct">ion\Serializer\PHP::__construct</a>([?<a href="ion/Writer/Options">ion\Writer\Options</a> <span class="var">$writerOptions</span> = <code><a href="https://php.net/manual/en/language.types.null">NULL</a></code>, [<code><a href="https://php.net/manual/en/language.types.boolean">bool</a></code> <span class="var">$multiSequence</span> = <code><a href="https://php.net/manual/en/language.types.boolean">false</a></code>, [<code><a href="https://php.net/manual/en/language.types.boolean">bool</a></code> <span class="var">$callMagicSerialize</span> = <code><a href="https://php.net/manual/en/language.types.boolean">true</a></code>, [?<code><a href="https://php.net/manual/en/language.types.string">string</a></code> <span class="var">$callCustomSerialize</span> = <code><a href="https://php.net/manual/en/language.types.null">NULL</a></code>]]]])</p>
        </li>
        
-</ul>          
-                       <div id="disqus_thread"><button id="disqus_activator">Show <span> </span> Comment(s)</button></div>
-                       <script>
-                               var disqus_shortname = 'mdref';
-                               var disqus_identifier = 'ion/Serializer/PHP';
-                       </script>
-
+</ul>                          
+                       <div class="comments">
+                                                                               <style>.giscus-frame {min-height: 16em;}</style>
+       <script>
+               function giscus_load(button) {
+                       let script = document.createElement("script");
+                                               script.setAttribute("data-repo", 'awesomized/ext-ion');
+                                               script.setAttribute("data-category", 'Comments on Docs');
+                                               script.setAttribute("data-repo-id", 'R_kgDOGfXEXw');
+                                               script.setAttribute("data-category-id", 'DIC_kwDOGfXEX84CBHuf');
+                                               script.setAttribute("data-mapping", 'og:title');
+                                               script.setAttribute("data-input-position", 'bottom');
+                                               script.setAttribute("data-reactions-enabled", false);
+                                               script.setAttribute("data-theme", 'light');
+                                               script.setAttribute("data-lang", 'en');
+                       
+                       script.src = "//giscus.app/client.js";
+                       button.parentNode.replaceChild(script, button);
+               }
+       </script>
+       <button class="activator" onclick="giscus_load(this)">Show Comments from Github Discussions</button>
+                               
+                       </div>
+               
                        <footer>
                                
 <ul>
@@ -116,7 +134,7 @@ Whether and which custom serialize method to call on objects to serialize.</li>
 
                        </footer>
                
-                       <script src="index.js"></script>
+                       <script src="index.js" defer></script>
                
                </div>
        </body>