File manager - Edit - /var/www/payraty/helpdesk/common/Files/Events/FileEntriesMoved.php
Back
<?php namespace Common\Files\Events; class FileEntriesMoved { /** * @var array */ public $entryIds; /** * @var null|integer */ public $destination; /** * @var int|null */ public $source; /** * @param array $entryIds * @param null|int $destination * @param null|int $source */ public function __construct($entryIds, $destination, $source) { $this->entryIds = $entryIds; $this->destination = $destination; $this->source = $source; } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0.24 |
proxy
|
phpinfo
|
Settings