My\Model\User::userId PHP Method

userId() public method

public userId ( ) : Rhumsaa\Uuid\Uuid
return Rhumsaa\Uuid\Uuid
        public function userId()
        {
            return $this->uuid;
        }