Getting parameters set in another block

Permalink
I have a block that, when added to an area, creates a child page using the add function in the controller and renders a custom view of the block in the main area of the newly created page. The problem is, I need to know what variables were set in the original block.

How do I get the variables from the original block for use in the new block?