sunnysideup / silverstripe-ecommerce

The original Silverstripe E-commerce.
http://www.silverstripe-ecommerce.com
Other
26 stars 25 forks source link

add new way to do CMSFields #22

Closed sunnysideup closed 1 year ago

sunnysideup commented 9 years ago
        $self = $this;
        $this->beforeUpdateCMSFields(function($fields) use ($self) {

        });
        return parent::getCMSFields();