Blackfire\Player\Result::offsetSet PHP Method

offsetSet() public method

public offsetSet ( $offset, $value )
    public function offsetSet($offset, $value)
    {
        throw new LogicException('The Result is immutable.');
    }