InternalHook.php 179 B

12345678910
  1. <?php
  2. namespace ModulesGarden\Servers\ProxmoxCloudVps\Core\Hook\Interfaces;
  3. interface InternalHook
  4. {
  5. public function __construct($params);
  6. public function execute();
  7. }