php-spark/runtime/SparkPlug.php

6 lines
72 B
PHP

<?php
abstract class SparkPlug
{
abstract public function load();
}