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

addSimpleDescParameter() public method

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