PHP Classes

File: phpcf-src/test/original/implements.php

Recommend this page to a friend!
  Classes of Alex Krash   PHP Code formatter   phpcf-src/test/original/implements.php   Download  
File: phpcf-src/test/original/implements.php
Role: Unit test script
Content type: text/plain
Description: Unit test script
Class: PHP Code formatter
Reformat PHP code according to standard options
Author: By
Last change:
Date: 9 years ago
Size: 142 bytes
 

Contents

Class file image Download
<?
/**
 * Test, that interfaces will be separated with comma and space
 */
class Test extends One implements Two,Three{
    private
$a = 10;
}