silverstripe-framework/tests/core/manifest/fixtures/classmanifest/module/classes/_Ignore.php
2012-04-15 10:50:19 +12:00

6 lines
58 B
PHP

<?php
/**
* @ignore
*/
class Ignore extends ClassC { }