christopherdarling/silverstripe-dataobjecturlsegment

Extension + field to add URLSegment to DataObjects

Maintainers

Package info

github.com/christopherdarling/silverstripe-dataobjecturlsegment

Homepage

Issues

pkg:composer/christopherdarling/silverstripe-dataobjecturlsegment

Statistics

Installs: 14

Dependents: 0

Suggesters: 0

Stars: 0

0.1.1 2019-08-22 13:44 UTC

This package is auto-updated.

Last update: 2026-02-23 04:16:16 UTC


README

Example usage

class YourDataObject extends DataObject
{
    private static $extensions = [
        DataObjectExtension::class,
    ];
}