%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/graphicd/public_html/vebto/common/Files/Events/
Upload File :
Create Path :
Current File : /home/graphicd/public_html/vebto/common/Files/Events/FileEntriesMoved.php

<?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;
    }
}

Zerion Mini Shell 1.0