Prado\Web\UI\WebControls\TCircleHotSpot::getShape PHP 메소드

getShape() 공개 메소드

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