Файловый менеджер - Редактировать - /home/avadvi5/public_html/WebCalendar/includes/classes/AttachmentList.class
Ðазад
<?php /** * Represents a list of Doc attachment objects. * * @author Craig Knudsen * @copyright Craig Knudsen, <cknudsen@cknudsen.com>, http://www.k5n.us/ * @license http://www.gnu.org/licenses/gpl.html GNU GPL * @version $Id: AttachmentList.class,v 1.3 2007/04/08 07:59:54 bbannon Exp $ * @package WebCalendar * @subpackage Doc */ /** * A list of Doc attachment objects. */ class AttachmentList extends DocList { /** * Creates a new attachment list for the specified event. * * @parm int $event_id The event id * @return AttachmentList The new AttachmentList object * @access public */ function __construct ( $event_id ) { parent::__construct ( $event_id, 'A' ); } } ?>
| ver. 1.1 | |
.
| PHP 8.3.30 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка