AdamWathan\Form\Elements\Element::setAttribute PHP Method

setAttribute() protected method

protected setAttribute ( $attribute, $value = null )
    protected function setAttribute($attribute, $value = null)
    {
        if (is_null($value)) {
            return;
        }
        $this->attributes[$attribute] = $value;
    }