Copied!

Pattern

Pattern.php : 14
Extends Matcher

Matches URLs which contains the pattern.

Properties

public $pattern

Pattern.php : 21

String which needs to part of URL e.g. ibexa.co.

public string $pattern

Methods

public__construct()

Pattern.php : 28

Pattern constructor.

public __construct(string $pattern)

Parameters

Name Type Default value Description
$pattern string - -