root/tags/RELEASE_0_2_0/examples/AnotherDog.php

Revision 103, 73 bytes (checked in by mikey, 1 year ago)

added implicit and explicit call to set as well as possibility for setting public properties
whitespace fixes

Line 
1 <?php
2 class AnotherDog
3 {
4     public $species;
5     
6     public $name;
7 }
8 ?>
Note: See TracBrowser for help on using the browser.