interface DriverInterface (View source)

Methods

string
getCategory()

No description

bool
isValidForObject($mixed)

Returns true if the driver can/should be used with this object.

extractData(CategoryMemberInterface $mixed)

Extracts data from an object and returns it normalized into a collection.

Details

string getCategory()

No description

Return Value

string

bool isValidForObject($mixed)

Returns true if the driver can/should be used with this object.

Parameters

$mixed

Return Value

bool

Collection extractData(CategoryMemberInterface $mixed)

Extracts data from an object and returns it normalized into a collection.

Parameters

CategoryMemberInterface $mixed

Return Value

Collection