class BaseHandler extends Plugin

Base Dropbox handler

Methods

boolean
canHandle(string $filePath)

Determine of the file can be processed

boolean
handle(string $filePath)

Process the file

Details

at line line 16
boolean canHandle(string $filePath)

Determine of the file can be processed

Parameters

string $filePath full file path

Return Value

boolean

at line line 26
boolean handle(string $filePath)

Process the file

Parameters

string $filePath full file path

Return Value

boolean