| 1 | <?php |
||
| 2 | |||
| 3 | namespace Dynamic\ManageableDataObject\Test\Model; |
||
| 4 | |||
| 5 | use SilverStripe\Dev\TestOnly; |
||
| 6 | |||
| 7 | /** |
||
| 8 | * Class SampleManageableObjectPage |
||
| 9 | * @package Dynamic\ManageableDataObject\Test\Model |
||
| 10 | */ |
||
| 11 | class SampleManageableObjectPage extends \Page implements TestOnly |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * @var string |
||
| 15 | */ |
||
| 16 | private static $table_name = 'SampleManageableObjectPage'; |
||
|
0 ignored issues
–
show
introduced
by
Loading history...
|
|||
| 17 | } |
||
| 18 |