PHP Trait Automattic\Wistia\Traits\ApiMethodsTrait

Afficher le fichier Open project: Automattic/wistia-php

Protected Properties

Свойство Type Description
$_methods array Methods allowed for this Trait

Méthodes publiques

Méthode Description
__call ( string $method, array $params ) : array Call a defined method
get_client ( )

Private Methods

Méthode Description
_get_method_signature ( $method ) : array | null Check if a method exists and return its name and params

Method Details

__call() public méthode

Call a defined method
public __call ( string $method, array $params ) : array
$method string
$params array
Résultat array

get_client() abstract public méthode

abstract public get_client ( )

Property Details

$_methods protected_oe property

Methods allowed for this Trait
protected array $_methods
Résultat array