CRUDlex\SimpleFilesystemFileProcessor::__construct PHP Метод

__construct() публичный Метод

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;
    }