Neomerx\JsonApi\Http\Headers\RestrictiveHeadersChecker::__construct PHP Метод

__construct() публичный Метод

public __construct ( Neomerx\JsonApi\Contracts\Codec\CodecMatcherInterface $codecMatcher )
$codecMatcher Neomerx\JsonApi\Contracts\Codec\CodecMatcherInterface
    public function __construct(CodecMatcherInterface $codecMatcher)
    {
        $this->codecMatcher = $codecMatcher;
    }