Codebase list phpggc / run/3d2cf540-3037-405d-96c1-271793cbceb6/main templates / chain.php
run/3d2cf540-3037-405d-96c1-271793cbceb6/main

Tree @run/3d2cf540-3037-405d-96c1-271793cbceb6/main (Download .tar.gz)

chain.php @run/3d2cf540-3037-405d-96c1-271793cbceb6/mainraw · history · blame

<?php

namespace GadgetChain\{NAME};

class {CLASS_NAME} extends \{BASE_CLASS_NAME}
{
    public static $version = '';
    public static $vector = '';
    public static $author = '';

    public function generate(array $parameters)
    {

    }
}