Skip to content

Instantly share code, notes, and snippets.

View cleitonpena's full-sized avatar

Claiton Campos cleitonpena

View GitHub Profile
@cleitonpena
cleitonpena / total.php
Created September 4, 2020 22:05 — forked from gladson/total.php
Soma + Listas
<?php
class Listar
{
private $getLista;
private $getTotal;
//Getters:
public function getLista() {
return $this->getLista;