phprs\ezsql\rules\update\UpdateSetRule::__construct PHP Method

__construct() public method

public __construct ( $context )
    public function __construct($context)
    {
        parent::__construct($context);
        $this->impl = new UpdateSetImpl();
    }