Skip to content

Commit 27466d1

Browse files
committed
Set customize option value.
1 parent f9e640b commit 27466d1

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/Html/Button.php

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,19 @@ public function className($value)
142142
return $this;
143143
}
144144

145+
/**
146+
* Set customize option value.
147+
*
148+
* @param string $value
149+
* @return $this
150+
*/
151+
public function customize($value)
152+
{
153+
$this->attributes['customize'] = $value;
154+
155+
return $this;
156+
}
157+
145158
/**
146159
* Append a class name to column.
147160
*

0 commit comments

Comments
 (0)