FOF30\Download\Adapter\AbstractAdapter::getName PHP Method

getName() public method

Returns the name of this download adapter in use
public getName ( ) : string
return string
    public function getName()
    {
        return $this->name;
    }