API Move NestedController from cms to framework

This commit is contained in:
Damian Mooyman 2016-08-05 10:55:58 +12:00
parent 009246dc62
commit 19b811555c
No known key found for this signature in database
GPG Key ID: 78B823A10DE27D1A

View File

@ -1,13 +0,0 @@
<?php
/**
* Interface that is implemented by controllers that are designed to hand control over to another controller.
* ModelAsController, which selects up a SiteTree object and passes control over to a suitable subclass of ContentController, is a good
* example of this.
* @package cms
* @subpackage control
*/
interface NestedController {
public function getNestedController();
}