You are here

public function MatchablePaths::__construct in AmazonS3 7.2

Construct a new set of MatchablePaths.

Parameters

Matchable[] $paths: An array of Matchable objects.

File

src/Matchable/MatchablePaths.php, line 26

Class

MatchablePaths
A list of paths that can be matched against a regular expression.

Namespace

Drupal\amazons3\Matchable

Code

public function __construct(array $paths = array()) {
  $this->paths = $paths;
}