MetaFox

Vimeo extends AbstractLinkProvider
in package

Tags
SuppressWarnings

(PHPMD)

Table of Contents

Properties

$accessToken  : string
$clientId  : string
$clientSecret  : string

Methods

__construct()  : mixed
parseUrl()  : array<string|int, mixed>|null
setOptions()  : void
verifyUrl()  : bool

Properties

$accessToken

private string $accessToken

$clientId

private string $clientId

$clientSecret

private string $clientSecret

Methods

__construct()

public __construct([array<string|int, mixed> $options = [] ]) : mixed
Parameters
$options : array<string|int, mixed> = []

parseUrl()

public parseUrl(string $url) : array<string|int, mixed>|null
Parameters
$url : string
Return values
array<string|int, mixed>|null

setOptions()

public setOptions(array<string|int, mixed> $options) : void
Parameters
$options : array<string|int, mixed>

verifyUrl()

public verifyUrl(string $url[, mixed &$matches = [] ]) : bool
Parameters
$url : string
$matches : mixed = []
Return values
bool

        
On this page

Search results