getAuthUser(); if (!$au) { $this->jerrAuth("only authenticated users"); } $this->authUser = $au; } function post() { $key = HTML_FlexyFramework::get()->Pman_Core['googlekey']; $this->jdata($key) } }