Initial commit - Typo3 11.5.41
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
namespace GeorgRinger\News\Service\Import;
|
||||
|
||||
/**
|
||||
* This file is part of the "news" Extension for TYPO3 CMS.
|
||||
*
|
||||
* For the full copyright and license information, please read the
|
||||
* LICENSE.txt file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
/**
|
||||
* Import Service interface
|
||||
*/
|
||||
interface DataProviderServiceInterface
|
||||
{
|
||||
public function getTotalRecordCount();
|
||||
|
||||
public function getImportData();
|
||||
}
|
||||
Reference in New Issue
Block a user