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 "";
    }