Slim\Views\PhpRenderer::setAttributes PHP Method

setAttributes() public method

Set the attributes for the renderer
public setAttributes ( array $attributes )
$attributes array
    public function setAttributes(array $attributes)
    {
        $this->attributes = $attributes;
    }