PHP 클래스 Spatie\Browsershot\Browsershot

파일 보기 프로젝트 열기: spatie/browsershot 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$backgroundColor string
$binPath string
$height integer
$quality integer
$timeout integer
$url integer

공개 메소드들

메소드 설명
__construct ( $binPath = '', $width = 640, $height = 480, $quality = 60, $timeout = 5000, $backgroundColor = null )
save ( string $targetFile ) : boolean Convert the webpage to an image.
setBackgroundColor ( string $backgroundColor ) Set the background color.
setBinPath ( string $binPath )
setHeight ( integer $height )
setHeightToRenderWholePage ( ) Set to height so the whole page will be rendered.
setQuality ( $quality ) Set the image quality.
setTimeout ( integer $timeout )
setUrl ( string $url )
setWidth ( integer $width )

보호된 메소드들

메소드 설명
getPhantomJsScript ( string $targetFile ) : string Get the script to be executed by phantomjs.
takeScreenShot ( $targetFile ) Take the screenshot.

메소드 상세

__construct() 공개 메소드

public __construct ( $binPath = '', $width = 640, $height = 480, $quality = 60, $timeout = 5000, $backgroundColor = null )

getPhantomJsScript() 보호된 메소드

Get the script to be executed by phantomjs.
protected getPhantomJsScript ( string $targetFile ) : string
$targetFile string
리턴 string

save() 공개 메소드

Convert the webpage to an image.
public save ( string $targetFile ) : boolean
$targetFile string The path of the file where the screenshot should be saved
리턴 boolean

setBackgroundColor() 공개 메소드

Set the background color.
public setBackgroundColor ( string $backgroundColor )
$backgroundColor string

setBinPath() 공개 메소드

public setBinPath ( string $binPath )
$binPath string

setHeight() 공개 메소드

public setHeight ( integer $height )
$height integer

setHeightToRenderWholePage() 공개 메소드

Set to height so the whole page will be rendered.

setQuality() 공개 메소드

Set the image quality.
public setQuality ( $quality )
$quality

setTimeout() 공개 메소드

public setTimeout ( integer $timeout )
$timeout integer

setUrl() 공개 메소드

public setUrl ( string $url )
$url string

setWidth() 공개 메소드

public setWidth ( integer $width )
$width integer

takeScreenShot() 보호된 메소드

Take the screenshot.
protected takeScreenShot ( $targetFile )
$targetFile

프로퍼티 상세

$backgroundColor 보호되어 있는 프로퍼티

protected string $backgroundColor
리턴 string

$binPath 보호되어 있는 프로퍼티

protected string $binPath
리턴 string

$height 보호되어 있는 프로퍼티

protected int $height
리턴 integer

$quality 보호되어 있는 프로퍼티

protected int $quality
리턴 integer

$timeout 보호되어 있는 프로퍼티

protected int $timeout
리턴 integer

$url 보호되어 있는 프로퍼티

protected int $url
리턴 integer