9 lines
143 B
PHP
9 lines
143 B
PHP
<?php
|
|
/**
|
|
* Documentation here
|
|
*/
|
|
class Doctrine_SampleClass {
|
|
// entire content of class
|
|
// must be indented four spaces
|
|
}
|