PHP Class Pinq\Queries\Common\Source\ParameterSourceBase

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

Protected Properties

Property Type Description
$parameterId string

Public Methods

Method Description
__construct ( $parameterId )
getId ( ) : string Gets the parameter id.
getParameters ( )

Method Details

__construct() public method

public __construct ( $parameterId )

getId() public method

Gets the parameter id.
public getId ( ) : string
return string

getParameters() public method

public getParameters ( )

Property Details

$parameterId protected property

protected string $parameterId
return string