- $this->getUser() in any of the actions #symfony #learned $this->getUser() returns a sfUser instance which is really just a session wrapper where you can set session variables and stuff.