You are here

public function FeedsExJmesPathV1Wrapper::__construct in Feeds extensible parsers 7

Constructs a FeedsExJmesPathV1Wrapper object.

Parameters

\JmesPath\Runtime\RuntimeInterface $runtime: A version 1 JMESPath runtime object.

File

src/FeedsExJmesPath.inc, line 300
Contains FeedsExJmesPath.

Class

FeedsExJmesPathV1Wrapper
Converts version 1 runtimes to version 2.

Code

public function __construct(RuntimeInterface $runtime) {
  $this->runtime = $runtime;
}