Storm\Core\Relational\Criterion::AddTable PHP Метод

AddTable() закрытый публичный Метод

Add a table to the criterion.
final public AddTable ( Storm\Core\Relational\ITable $Table ) : void
$Table Storm\Core\Relational\ITable The table to add
Результат void
    public final function AddTable(ITable $Table)
    {
        $this->Tables[$Table->GetName()] = $Table;
    }