CanGelis\L4pdf\PDF::getAs PHP Метод

getAs() защищенный Метод

Gets the attachment name for the Response
protected getAs ( string $as = null ) : string
$as string
Результат string
    protected function getAs($as = null)
    {
        if (!is_null($as)) {
            return 'filename="' . $as . '"';
        }
        return "";
    }