Symfony\Component\Templating\TemplateReference::all PHP Method

all() public method

Gets the template parameters.
public all ( ) : array
return array An array of parameters
    public function all()
    {
        return $this->parameters;
    }