PHP 클래스 Goose\Client

파일 보기 프로젝트 열기: scotteh/php-goose

보호된 프로퍼티들

프로퍼티 타입 설명
$config Configuration

공개 메소드들

메소드 설명
__call ( string $name, mixed[] $arguments ) : mixed
__construct ( mixed[] $config = [] )
extractContent ( string $url, string $rawHTML = null )

메소드 상세

__call() 공개 메소드

public __call ( string $name, mixed[] $arguments ) : mixed
$name string
$arguments mixed[]
리턴 mixed

__construct() 공개 메소드

public __construct ( mixed[] $config = [] )
$config mixed[]

extractContent() 공개 메소드

public extractContent ( string $url, string $rawHTML = null )
$url string
$rawHTML string

프로퍼티 상세

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

protected Configuration,goose $config
리턴 Configuration