WooCommerce Code Reference

InflectorInterface

Table of Contents

getType()  : string
Get the type.
inflect()  : void
Apply inflections to an object.
invokeMethod()  : self
Defines a method to be invoked on the subject object.
invokeMethods()  : self
Defines multiple methods to be invoked on the subject object.
setProperties()  : self
Defines multiple properties to be set on the subject object.
setProperty()  : self
Defines a property to be set on the subject object.

Methods