You are here

FooBar.php in Zircon Profile 8.0

Namespace

Namespaced

File

vendor/symfony/class-loader/Tests/Fixtures/fallback/Namespaced/FooBar.php
View source
<?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 Namespaced;

class FooBar {
  public static $loaded = true;

}

Classes

Namesort descending Description
FooBar