Exemplo n.º 1
0
 /**
  *
  * @param string $id the ID of this action
  * @param Controller $controller the controller that owns this action
  * @param string $actionMethod the controller method that this inline action is associated with
  * @param array $config name-value pairs that will be used to initialize the object properties
  */
 public function __construct($id, $controller, $actionMethod, $config = [])
 {
     $this->actionMethod = $actionMethod;
     parent::__construct($id, $controller, $config);
 }