__construct() public method
public void __construct ( $id, $controller, $actionMethod, $config = [] )$id string
The ID of this action $controller yii\base\Controller
The controller that owns this action $actionMethod string
The controller method that this inline action is associated with $config array
Name-value pairs that will be used to initialize the object properties