phpDocumentor

AssemblerReducer

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

Methods

create()  : T|null

Methods

create()

public create(object $data[, T|null $descriptor = null ]) : T|null
Parameters
$data : object
$descriptor : T|null = null
Return values
T|null

        
On this page

Search results