mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
13 lines
194 B
PHP
13 lines
194 B
PHP
<?php
|
|
|
|
/**
|
|
* Class for adding an item as a button that browses to the given URL
|
|
*
|
|
* @api
|
|
* @package UIExtensibilityAPI
|
|
* @since 2.0
|
|
*/
|
|
class URLButtonItem extends URLPopupMenuItem
|
|
{
|
|
|
|
} |