示例#1
0
 public function setPacksConfig(array $packsConfig)
 {
     self::$_packsConfig = $packsConfig;
     return $this;
 }
示例#2
0
 public function enablePacks($enable)
 {
     self::$_packsEnable = (bool) $enable;
     return $this;
 }