PHP 클래스 Essence\Dom\Document

파일 보기 프로젝트 열기: benjamminf/craft-embedded-assets 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_html string HTML source.

공개 메소드들

메소드 설명
__construct ( string $html ) Contructor.
tags ( string $name, Closure $filter = null ) : array Returns all tags identified by the given name.

메소드 상세

__construct() 공개 메소드

Contructor.
public __construct ( string $html )
$html string HTML source.

tags() 추상적인 공개 메소드

Returns all tags identified by the given name.
abstract public tags ( string $name, Closure $filter = null ) : array
$name string Tag name.
$filter Closure A callback to filter tags.
리턴 array Tags.

프로퍼티 상세

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

HTML source.
protected string $_html
리턴 string