Zumba\Swivel\MapInterface::intersect PHP Méthode

intersect() public méthode

Returned object will contain only the elements that match between the two maps. If this map has a logger, it will be passed to the new map.
public intersect ( Zumba\Swivel\MapInterface $map ) : Zumba\Swivel\MapInterface
$map Zumba\Swivel\MapInterface
Résultat Zumba\Swivel\MapInterface
    public function intersect(MapInterface $map);