mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
b269badfbe
API CHANGE: Pass Object::create() calls to Injector::create(). API CHANGE: Add "RequestProcessor" injection point in Director, that Director will call preRequest() and postRequest() on.
6 lines
59 B
PHP
6 lines
59 B
PHP
<?php
|
|
|
|
class AnotherService
|
|
{
|
|
public $filters = array();
|
|
} |