Storm\Core\Relational\Request::AddTables PHP Method

AddTables() final public method

Add an array of tables to the request.
final public AddTables ( array $Tables ) : void
$Tables array The tables to add
return void
    public final function AddTables(array $Tables)
    {
        array_walk($Tables, [$this, 'AddTable']);
    }