File: expandClass.special.php

package info (click to toggle)
php-nette-utils 4.0.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,420 kB
  • sloc: php: 4,069; xml: 12; makefile: 4
file content (7 lines) | stat: -rw-r--r-- 58 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
<?php

use A\B as C;

enum E {}
trait T {}
interface I {}