/** * Get / Set the userAgent * * @param string $userAgent Set the userAgent * @return void */ public function userAgent($userAgent = null) { return CakeSession::userAgent($userAgent); }