<?php /** * Action */ namespace Qii\Base; class Action extends Controller { public $controllerId; public $actionId; public $response; public function __construct() { } }