public function Gettoken() { ... return $xtoken; } public function registerUser() { $xtoken = $this->Gettoken(); ... }