A PHP representation of an aggregate

Implemented by

Methods

string

name

( )

Returns the full name of the aggregate

Returns:
Type Details
string

Full name of the aggregate including name and types

string

simpleName

( )

Returns the simple name of the aggregate

Returns:
Type Details
string

Simple name of the aggregate

array

argumentTypes

( )

Returns the argument types of the aggregate

Returns:
Type Details
array

Argument types of the aggregate

Cassandra\Function

finalFunction

( )

Returns the final function of the aggregate

Returns:
Type Details
Cassandra\Function

Final function of the aggregate

Cassandra\Function

stateFunction

( )

Returns the state function of the aggregate

Returns:
Type Details
Cassandra\Function

State function of the aggregate

Cassandra\Value

initialCondition

( )

Returns the initial condition of the aggregate

Returns:
Type Details
Cassandra\Value

Initial condition of the aggregate

Cassandra\Type

returnType

( )

Returns the return type of the aggregate

Returns:
Type Details
Cassandra\Type

Return type of the aggregate

Cassandra\Type

stateType

( )

Returns the state type of the aggregate

Returns:
Type Details
Cassandra\Type

State type of the aggregate

string

signature

( )

Returns the signature of the aggregate

Returns:
Type Details
string

Signature of the aggregate (same as Aggregate::name())