Eduardokum\LaravelBoleto\Boleto\AbstractBoleto::getAgencia PHP Method

getAgencia() public method

Retorna a agência
public getAgencia ( ) : integer
return integer
    public function getAgencia()
    {
        return $this->agencia;
    }

Same methods

AbstractBoleto::getAgencia ( ) : string