CRUDlex\SimpleFilesystemFileProcessor::__construct PHP Method

__construct() public method

Constructor.
public __construct ( string $basePath = '' )
$basePath string the base path where all files will be stored into subfolders
    public function __construct($basePath = '')
    {
        $this->basePath = $basePath;
    }