In your advanced theme class declaration, add a line like this outside of any function definitions:
var $myheadertitle;
Then you can access $this->myheadertitle within your advanced theme code to store and/or retrieve the value.