Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- namespace UI;
- class Button
- {
- protected $title = 'no title';
- protected $size = [
- 'width' => 200,
- 'height' => 20
- ];
- protected $font = [
- 'size' => 11,
- 'color' => '#303030'
- ];
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement