Storm\Core\Relational\ResultRow::InvalidTable PHP Method

InvalidTable() private method

private InvalidTable ( Storm\Core\Relational\ITable $Table )
$Table Storm\Core\Relational\ITable
    private function InvalidTable(ITable $Table)
    {
        return new InvalidTableException('The supplied table is not part of this result row, expecting on of %s: %s given', implode(', ', array_keys($this->Rows)), $Table->GetName());
    }