PHP Class pinq\queries\functions\MutatorBase

Author: Elliot Levin ([email protected])
Inheritance: extends FunctionBase
Show file Open project: timetoogo/pinq

Protected Properties

Property Type Description
$valueParameterIsReference boolean

Public Methods

Method Description
valueParameterIsReference ( )

Protected Methods

Method Description
dataToSerialize ( )
getValueParameter ( ) : ParameterExpression | null
initialize ( )
unserializeData ( $data )

Method Details

dataToSerialize() protected method

protected dataToSerialize ( )

getValueParameter() abstract protected method

abstract protected getValueParameter ( ) : ParameterExpression | null
return pinq\expressions\ParameterExpression | null

initialize() protected method

protected initialize ( )

unserializeData() protected method

protected unserializeData ( $data )

valueParameterIsReference() final public method

final public valueParameterIsReference ( )

Property Details

$valueParameterIsReference protected property

protected bool $valueParameterIsReference
return boolean