메소드 |
설명 |
|
add ( Zumba\Swivel\MapInterface $map ) : Zumba\Swivel\MapInterface |
Merge this map with another map and return a new MapInterface. |
|
diff ( Zumba\Swivel\MapInterface $map ) : Zumba\Swivel\MapInterface |
Compare $map to this instance and return a new MapInterface. |
|
enabled ( string $slug, binary $index ) : boolean |
Check if a feature slug is enabled for a particular bucket index. |
|
getMapData ( ) : array |
Get the internal map array used by this map object. |
|
intersect ( Zumba\Swivel\MapInterface $map ) : Zumba\Swivel\MapInterface |
Compare $map to this instance and return a new MapInterface. |
|
merge ( Zumba\Swivel\MapInterface $map ) : Zumba\Swivel\MapInterface |
Merge this map with another map and return a new MapInterface. |
|
parse ( array $map ) : array |
Parse a human readable map into a map of bitmasks. |
|