WooCommerce Code Reference

DefinitionAggregateInterface extends ContainerAwareInterface, IteratorAggregate

Table of Contents

add()  : DefinitionInterface
Add a definition to the aggregate.
getContainer()  : ContainerInterface
Get the container
getDefinition()  : DefinitionInterface
Get the definition to be extended.
getLeagueContainer()  : Container
Get the container. This will be removed in favour of getContainer returning Container in next major release.
has()  : bool
Checks whether alias exists as definition.
hasTag()  : bool
Checks whether tag exists as definition.
resolve()  : mixed
Resolve and build a concrete value from an id/alias.
resolveTagged()  : mixed
Resolve and build an array of concrete values from a tag.
setContainer()  : self
Set a container
setLeagueContainer()  : self
Set a container. This will be removed in favour of setContainer receiving Container in next major release.

Methods