Prado\Web\UI\WebControls\TImageMap::addParsedObject PHP Method

addParsedObject() public method

This method adds {@link THotSpot} objects into the hotspot collection of the imagemap.
public addParsedObject ( $object )
    public function addParsedObject($object)
    {
        if ($object instanceof THotSpot) {
            $this->getHotSpots()->add($object);
        }
    }