PATH:
home
/
thebhoeo
/
.trash
/
backwpup
/
vendor
/
league
/
container
/
src
/
Inflector
<?php declare(strict_types=1); namespace WPMedia\BackWPup\Dependencies\League\Container\Inflector; interface InflectorInterface { public function getType(): string; public function inflect(object $object): void; public function invokeMethod(string $name, array $args): InflectorInterface; public function invokeMethods(array $methods): InflectorInterface; public function setProperties(array $properties): InflectorInterface; public function setProperty(string $property, $value): InflectorInterface; }
[-] InflectorInterface.php
[edit]
[-] InflectorAggregate.php
[edit]
[+]
..
[-] Inflector.php
[edit]
[-] InflectorAggregateInterface.php
[edit]