silverstripe-framework/tests/php/Core/Manifest/fixtures/classmanifest/module/classes/_Ignore.php
2016-11-23 19:25:12 +13:00

6 lines
58 B
PHP

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