You are here

abstract public function MatchableRegex::__toString in AmazonS3 7.2

Return the pattern this object matches against.

Return value

string

1 call to MatchableRegex::__toString()
MatchableRegex::match in src/Matchable/MatchableRegex.php
1 method overrides MatchableRegex::__toString()
BasicPath::__toString in src/Matchable/BasicPath.php

File

src/Matchable/MatchableRegex.php, line 32

Class

MatchableRegex
Base class for objects that can be matched against a regular expression.

Namespace

Drupal\amazons3\Matchable

Code

public abstract function __toString();