PHP Class ApaiIO\Operations\AbstractOperation

Author: Jan Eichhorn ([email protected])
Inheritance: implements ApaiIO\Operations\OperationInterface
Show file Open project: exeu/apai-io

Protected Properties

Property Type Description
$parameters array

Public Methods

Method Description
__call ( string $method, string $parameter ) : AbstractOperation Magic setter and getter functions
getOperationParameter ( )
getResponseGroup ( ) : array Returns an array of responseGroups
getSingleOperationParameter ( string $keyName ) : mixed | null Returns a single operation parameter if set
setResponseGroup ( array $responseGroup )

Method Details

__call() public method

Magic setter and getter functions
public __call ( string $method, string $parameter ) : AbstractOperation
$method string Methodname
$parameter string Parameters
return AbstractOperation

getOperationParameter() public method

getResponseGroup() public method

Returns an array of responseGroups
public getResponseGroup ( ) : array
return array

getSingleOperationParameter() public method

Returns a single operation parameter if set
public getSingleOperationParameter ( string $keyName ) : mixed | null
$keyName string
return mixed | null

setResponseGroup() public method

public setResponseGroup ( array $responseGroup )
$responseGroup array

Property Details

$parameters protected property

protected array $parameters
return array