DI\Definition\FactoryDefinition::getParameters PHP Method

getParameters() public method

public getParameters ( ) : array
return array Array containing the parameters to be passed to the callable, indexed by name.
    public function getParameters()
    {
        return $this->parameters;
    }