AssemblerReducer
in
A step in creating descriptors from reflection elements
A reducer can take over part of building a descriptor from the step before. For example descriptions are always handled the same way. There could be a reducer to create the description and set it to the input descriptor.
Table of Contents
- create() : T|null
Methods
create()
public
create(object $data[, T|null $descriptor = null ]) : T|null
Parameters
- $data : object
- $descriptor : T|null = null