website/public/docs/API/PHP/VV/index.php

15 lines
No EOL
725 B
PHP

<section class="md">
<container>
<h1><code>VV</code></h1>
<p>The <code>VV</code> (two "V"'s, not a W) contains everything needed to interact with Vegvisir's PHP features.</p>
<p>The class can not be instanced since it only contains static methods.</p>
</container>
</section>
<section class="md">
<container>
<h2>Namespace</h2>
<p>The <code>VV</code> class is accessible <strong>without</strong> a namespace from <strong>any</strong> PHP file within your project.</p>
<p>The class intentionally lacks a namespace to reduce the (all be it short) boilerplate code that would be required to import and <code>use</code> it on every page of your project.</p>
</container>
</section>
<?= VV::shell("shells/docs") ?>