Storm\Drivers\Platforms\Mysql\Tables\Index::IsStructuralTrait PHP Метод

IsStructuralTrait() защищенный Метод

protected IsStructuralTrait ( StructuralTableTrait $OtherTrait )
$OtherTrait Storm\Drivers\Base\Relational\StructuralTableTrait
    protected function IsStructuralTrait(Relational\StructuralTableTrait $OtherTrait)
    {
        if ($this->StorageType !== $OtherTrait->StorageType) {
            return false;
        } else {
            return parent::IsTrait($OtherTrait);
        }
    }