getAuthUser(); if (!$au) { die("NOT authenticated"); } $this->authUser = $au; return true; } function get() { print_r('run'); } }