17 private const CONDKEY =
'state conditions';
21 public function __construct( array $config =
null ) {
22 $this->config = $config;
25 public function getStates() {
26 $conf = $this->config;
27 unset( $conf[self::CONDKEY] );
32 public function getConditions() {
33 $conf = $this->config;
34 return $conf[self::CONDKEY] ?? [];