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

getPriority() public method

Get the priority of this adapter. If multiple download adapters are supported on a site, the one with the highest priority will be used.
public getPriority ( ) : boolean
return boolean
    public function getPriority()
    {
        return $this->priority;
    }