ContentDecorator.php Tags link https://www.yiiframework.com/ copyright Copyright (c) 2008 Yii Software LLC license https://www.yiiframework.com/license/ Table of Contents Classes ContentDecoratorContentDecorator records all output between [[begin()]] and [[end()]] calls, passes it to the given view file as `$content` and then echoes rendering result. ×