PHP Classes

File: tests/extend2.php

Recommend this page to a friend!
  Classes of David Boskovic   miXin   tests/extend2.php   Download  
File: tests/extend2.php
Role: Example script
Content type: text/plain
Description: Unit test script
Class: miXin
Extend classes by using several mixin classes
Author: By
Last change:
Date: 12 years ago
Size: 67 bytes
 

Contents

Class file image Download
<?php

class myBaseClass extends BaseClass {
    public
$extend = 2;
}