StackPHP Explained

In “What is the decorator pattern?” part, the example NotifiedAction class could have an error.

NotifiedAction::14 would be
$performed = $this->action->trigger();