phpDocumentor

LeagueInflector implements Inflector

Class LeagueInflector

Interfaces, Classes and Traits

Inflector
Interface Inflector

Table of Contents

$internal  : InflectorInterface
__construct()  : mixed
LeagueInflector constructor.
invokeMethod()  : void
Invokes the defined method if an inflected type is resolved by the container.

Properties

Methods

__construct()

LeagueInflector constructor.

public __construct(InflectorInterface $internal) : mixed
Parameters
$internal : InflectorInterface
Return values
mixed

invokeMethod()

Invokes the defined method if an inflected type is resolved by the container.

public invokeMethod(string $name, array<string|int, mixed> $args) : void
Parameters
$name : string
$args : array<string|int, mixed>
Tags
inheritDoc
Return values
void

Search results