PHP 8.2.31
Preview: GroupableEntity.php Size: 787 B
//opt/alt/php53/usr/share/pear/test/DoctrineBridge/Symfony/Bridge/Doctrine/Tests/Fixtures/GroupableEntity.php

<?php

/*
 * This file is part of the Symfony package.
 *
 * (c) Fabien Potencier <fabien@symfony.com>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

namespace Symfony\Bridge\Doctrine\Tests\Fixtures;

use Doctrine\ORM\Mapping\Id;
use Doctrine\ORM\Mapping\Column;
use Doctrine\ORM\Mapping\Entity;

/** @Entity */
class GroupableEntity
{
    /** @Id @Column(type="integer") */
    protected $id;

    /** @Column(type="string", nullable=true) */
    public $name;

    /** @Column(type="string", nullable=true) */
    public $groupName;

    public function __construct($id, $name, $groupName)
    {
        $this->id = $id;
        $this->name = $name;
        $this->groupName = $groupName;
    }
}

Directory Contents

Dirs: 0 × Files: 10

Name Size Perms Modified Actions
1013 B lrw-r--r-- 2019-12-18 11:20:40
Edit Download
824 B lrw-r--r-- 2019-12-18 11:20:40
Edit Download
825 B lrw-r--r-- 2019-12-18 11:20:40
Edit Download
810 B lrw-r--r-- 2019-12-18 11:20:40
Edit Download
757 B lrw-r--r-- 2019-12-18 11:20:40
Edit Download
787 B lrw-r--r-- 2019-12-18 11:20:40
Edit Download
748 B lrw-r--r-- 2019-12-18 11:20:40
Edit Download
675 B lrw-r--r-- 2019-12-18 11:20:40
Edit Download
726 B lrw-r--r-- 2019-12-18 11:20:40
Edit Download
1.11 KB lrw-r--r-- 2019-12-18 11:20:40
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).