Slim\Views\PhpRenderer::addAttribute PHP 메소드

addAttribute() 공개 메소드

Add an attribute
public addAttribute ( $key, $value )
$key
$value
    public function addAttribute($key, $value)
    {
        $this->attributes[$key] = $value;
    }