Modern DOM library written in PHP for HTML documents
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

586 B

The Moonwalk trait

Introduction

Allows the extended PHP DOM classes to Moonwalk up the DOM via a \Generator. This is in lieu of recreating the awful DOM TreeMoonwalker API.

trait MensBeam\HTML\Moonwalk {

    public Moonwalk ( \Closure $filter ) : \Generator

}