You are here

class_cons.php in Zircon Profile 8

Same filename and directory in other branches
  1. 8.0 vendor/symfony/class-loader/Tests/Fixtures/php5.5/class_cons.php

Namespace

ClassCons

File

vendor/symfony/class-loader/Tests/Fixtures/php5.5/class_cons.php
View source
<?php

namespace ClassCons;

class Foo {
  public function __construct() {
    \Foo\TBar::class;
  }

}

Classes

Namesort descending Description
Foo