pdfdokumente/Application/Model/Registries/registryOrdermanagerActions...

19 lines
504 B
PHP
Raw Normal View History

2020-06-08 16:39:33 +02:00
<?php
/**
2020-07-04 23:25:24 +02:00
* See LICENSE file for license details.
2020-06-08 16:39:33 +02:00
*
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
2020-07-04 23:25:24 +02:00
* @author D3 Data Development - Max Buhe <support@shopmodule.com>
* @link http://www.oxidmodule.com
2020-06-08 16:39:33 +02:00
*/
namespace D3\PdfDocuments\Application\Model\Registries;
interface registryOrdermanagerActionsInterface extends registryGenericInterface
{
/**
* @param $className * generator fully qualified class name
*/
public function addGenerator($className);
}