Beispiel #1
0
 private function init($php_base, $base, $slug, $directory, $currency)
 {
     include_once $php_base . '/_libs/php/api.php';
     include_once $php_base . '/_libs/php/vendors/parsedown.php';
     include_once $php_base . '/_libs/php/vendors/mustache.php';
     self::$api = new blockstrap_api($base, $slug, $directory, $currency);
 }