PHP Class Whups_Form_Ticket_DeleteMultiple, horde

See the enclosed file LICENSE for license information (BSD). If you did not receive this file, see http://www.horde.org/licenses/bsdl.php.
Inheritance: extends Horde_Form
Show file Open project: horde/horde Class Usage Examples

Protected Properties

Property Type Description
$_tickets array To-be-deleted tickets.

Public Methods

Method Description
__construct ( $vars, $title = '' ) Constructor.
getTickets ( ) Returns the tickets to be deleted.

Method Details

__construct() public method

Constructor.
public __construct ( $vars, $title = '' )

getTickets() public method

Returns the tickets to be deleted.
public getTickets ( )

Property Details

$_tickets protected property

To-be-deleted tickets.
protected array $_tickets
return array