PHP Trait Automattic\Wistia\Traits\ApiMethodsTrait

Show file Open project: Automattic/wistia-php

Protected Properties

Property Type Description
$_methods array Methods allowed for this Trait

Public Methods

Method Description
__call ( string $method, array $params ) : array Call a defined method
get_client ( )

Private Methods

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

Method Details

__call() public method

Call a defined method
public __call ( string $method, array $params ) : array
$method string
$params array
return array

get_client() abstract public method

abstract public get_client ( )

Property Details

$_methods protected property

Methods allowed for this Trait
protected array $_methods
return array