FlowContext
FinalYes
Mutable Flow execution context.
It can be modified through the DataFrame.
Properties
Methods
- __construct() : mixed
- cache() : Cache
- entryFactory() : EntryFactory
- errorHandler() : ErrorHandler
- filesystem() : Filesystem
- setErrorHandler() : self
- streams() : FilesystemStreams
Properties
$config read-only
        public
            Config
    $config
    
    
    
    
    
    
Methods
__construct()
    public
                    __construct(Config $config) : mixed
    Parameters
- $config : Config
cache()
    public
                    cache() : Cache
    Return values
CacheentryFactory()
    public
                    entryFactory() : EntryFactory
    Return values
EntryFactoryerrorHandler()
    public
                    errorHandler() : ErrorHandler
    Return values
ErrorHandlerfilesystem()
    public
                    filesystem(Path|Protocol $path) : Filesystem
    Parameters
- $path : Path|Protocol
Return values
FilesystemsetErrorHandler()
    public
                    setErrorHandler(ErrorHandler $handler) : self
    Parameters
- $handler : ErrorHandler
Return values
selfstreams()
    public
                    streams() : FilesystemStreams