I can\'t seem to get my head around what advantages the strategy pattern offer. See the example below.
//Implementation without the strategy pattern
class Regist
A couple of important features of the Strategy pattern as envisioned by the Gang of Four are:
Most of the advice on the Strategy leaves out the Context participant. You can find five different examples of the Strategy pattern in PHP here: http://www.php5dp.com/category/design-patterns/strategy/