PHPCS BookmarkForm
This commit is contained in:
parent
c96faf065d
commit
14babfb900
|
@ -52,7 +52,20 @@ class BookmarkForm extends Form
|
|||
private $_tags = null;
|
||||
private $_description = null;
|
||||
|
||||
function __construct($out=null, $title=null, $url=null, $tags=null, $description=null)
|
||||
/**
|
||||
* Construct a bookmark form
|
||||
*
|
||||
* @param HTMLOutputter $out output channel
|
||||
* @param string $title Title of the bookmark
|
||||
* @param string $url URL of the bookmark
|
||||
* @param string $tags Tags to show
|
||||
* @param string $description Description of the bookmark
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
|
||||
function __construct($out=null, $title=null, $url=null, $tags=null,
|
||||
$description=null)
|
||||
{
|
||||
parent::__construct($out);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user