Storm\Drivers\Base\Relational\Columns\Column::SetTable PHP Method

SetTable() final public method

final public SetTable ( Storm\Core\Relational\ITable $Table = null )
$Table Storm\Core\Relational\ITable
    public final function SetTable(Relational\ITable $Table = null)
    {
        $this->Table = $Table;
        $this->UpdateIdentifier();
    }