Codebase list phpggc / run/d238a4a0-8464-4acd-bcf0-c49e13495384/main templates / chain.php
run/d238a4a0-8464-4acd-bcf0-c49e13495384/main

Tree @run/d238a4a0-8464-4acd-bcf0-c49e13495384/main (Download .tar.gz)

chain.php @run/d238a4a0-8464-4acd-bcf0-c49e13495384/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)
    {

    }
}