Prado\Web\UI\WebControls\TCircleHotSpot::getShape PHP Method

getShape() public method

public getShape ( ) : string
return string shape of this hotspot.
    public function getShape()
    {
        return 'circle';
    }