Storm\Core\Relational\ResultRow::IsOf PHP 메소드

IsOf() 최종 공개 메소드

final public IsOf ( Storm\Core\Relational\ITable $Table )
$Table Storm\Core\Relational\ITable
    public final function IsOf(ITable $Table)
    {
        return isset($this->Tables[$Table->GetName()]);
    }