Aggregate
interface Aggregate (View source)
A PHP representation of an aggregate
Methods
Returns the full name of the aggregate
Returns the simple name of the aggregate
Returns the argument types of the aggregate
Returns the final function of the aggregate
Returns the state function of the aggregate
Returns the initial condition of the aggregate
Returns the return type of the aggregate
Returns the signature of the aggregate
Details
string
name()
Returns the full name of the aggregate
string
simpleName()
Returns the simple name of the aggregate
array
argumentTypes()
Returns the argument types of the aggregate
Function_
finalFunction()
Returns the final function of the aggregate
Function_
stateFunction()
Returns the state function of the aggregate
Value
initialCondition()
Returns the initial condition of the aggregate
Type
returnType()
Returns the return type of the aggregate
Type
stateType()
Returns the state type of the aggregate
string
signature()
Returns the signature of the aggregate