Example #1
0
 public function enablePacks($packsEnable = true)
 {
     self::$_packsEnable = $packsEnable;
     return $this;
 }
Example #2
0
 public function enablePacks($enable)
 {
     self::$_packsEnable = (bool) $enable;
     return $this;
 }