gossi\codegen\model\RoutineInterface::addSimpleParameter PHP Method

addSimpleParameter() public method

A quick way to add a parameter which is created from the given parameters
public addSimpleParameter ( string $name, null | string $type = null, mixed $defaultValue = null )
$name string
$type null | string
$defaultValue mixed omit the argument to define no default value
    public function addSimpleParameter($name, $type = null, $defaultValue = null);