AdamWathan\Form\Elements\Element::setAttribute PHP 메소드

setAttribute() 보호된 메소드

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