DelegateTest::mapHandler PHP Method

mapHandler() public method

public mapHandler ( $sender, $param )
    public function mapHandler($sender, $param)
    {
        $map =& $param->getMap();
        $map[$param->getKey()] = $param->getValue();
        $this->assertTrue($param->getValue() instanceof Account);
    }