EmailAutolinkProcessor
in package
Table of Contents
- REGEX = '/([A-Za-z0-9.\-_+]+@[A-Za-z0-9\-_]+\.[A-Za-z0-9\-_.]+)/'
- __invoke() : void
- processAutolinks() : void
Constants
REGEX
public
mixed
REGEX
= '/([A-Za-z0-9.\-_+]+@[A-Za-z0-9\-_]+\.[A-Za-z0-9\-_.]+)/'
Methods
__invoke()
public
__invoke(DocumentParsedEvent $e) : void
Parameters
- $e : DocumentParsedEvent
Return values
void —processAutolinks()
private
static processAutolinks(Text $node) : void
Parameters
- $node : Text