TableHandlerInterface

Interface for table handlers

Internal

Table of Contents

Methods

handle()  : void
Handle data for a given table
match()  : bool
Return true if this table handler can handle given table name

Methods

handle()

Handle data for a given table

public handle(string $tableName) : void
Parameters
$tableName : string

match()

Return true if this table handler can handle given table name

public match(string $tableName) : bool
Parameters
$tableName : string

Given table name

Return values
bool

        
On this page

Search results