| 1 | <?php  | 
            ||
| 7 | class Trailer extends AbstractCnab150 implements CnabTrailerInterface  | 
            ||
| 8 | { | 
            ||
| 9 | protected $valorTotal;  | 
            ||
| 10 | protected $quantidadeRegistros;  | 
            ||
| 11 | |||
| 12 | public function getValorTotal()  | 
            ||
| 16 | |||
| 17 | public function getQuantidadeRegistros()  | 
            ||
| 21 | |||
| 22 | public function setValorTotal($valorTotal)  | 
            ||
| 27 | |||
| 28 | public function setQuantidadeRegistros($quantidadeRegistros)  | 
            ||
| 33 | }  | 
            ||
| 34 |