Zippy API
Interface

Alchemy\Zippy\FileStrategy\FileStrategyInterface

interface FileStrategyInterface

Methods

array getAdapters()

Returns an array of adapters that match the strategy

string getFileExtension()

Returns the file extension that match the strategy

Details

at line 21
public array getAdapters()

Returns an array of adapters that match the strategy

Return Value

array

at line 28
public string getFileExtension()

Returns the file extension that match the strategy

Return Value

string