silverstripe-framework/tests/injector/testservices/AnotherService.php
Marcus Nyeholt b269badfbe FEATURE: Added dependency injector for managing creation of new objects and their dependencies.
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.
2012-05-18 12:39:57 +12:00

6 lines
59 B
PHP

<?php
class AnotherService
{
public $filters = array();
}