InflectorInterface
in
Table of Contents
Methods
- getType() : string
- inflect() : void
- invokeMethod() : InflectorInterface
- invokeMethods() : InflectorInterface
- setProperties() : InflectorInterface
- setProperty() : InflectorInterface
Methods
getType()
public
getType() : string
Return values
stringinflect()
public
inflect(object $object) : void
Parameters
- $object : object
invokeMethod()
public
invokeMethod(string $name, array<string|int, mixed> $args) : InflectorInterface
Parameters
- $name : string
- $args : array<string|int, mixed>
Return values
InflectorInterfaceinvokeMethods()
public
invokeMethods(array<string|int, mixed> $methods) : InflectorInterface
Parameters
- $methods : array<string|int, mixed>
Return values
InflectorInterfacesetProperties()
public
setProperties(array<string|int, mixed> $properties) : InflectorInterface
Parameters
- $properties : array<string|int, mixed>
Return values
InflectorInterfacesetProperty()
public
setProperty(string $property, mixed $value) : InflectorInterface
Parameters
- $property : string
- $value : mixed