mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-29 11:00:40 +08:00
SuiteCRM 8 initial commit
This commit is contained in:
commit
c895877b7e
547 changed files with 40449 additions and 0 deletions
18
core/base/Helper/File/FileMapperInterface.php
Normal file
18
core/base/Helper/File/FileMapperInterface.php
Normal file
|
@ -0,0 +1,18 @@
|
|||
<?php
|
||||
|
||||
namespace SuiteCRM\Core\Base\Helper\File;
|
||||
|
||||
use SuiteCRM\Core\Base\Helper\Data\CollectionInterface;
|
||||
|
||||
/**
|
||||
* Interface FileMapperInterface
|
||||
* @package SuiteCRM\Core\Base\Helper\File
|
||||
*/
|
||||
interface FileMapperInterface
|
||||
{
|
||||
/**
|
||||
* @param $paths
|
||||
* @return CollectionInterface
|
||||
*/
|
||||
public function loadFiles($paths): CollectionInterface;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue