Back to PhocaGalleryRenderMap class

Method setScaleControlOpt

public
setScaleControlOpt
(mixed $scaleControl = 0)

Method setScaleControlOpt - Source code

public function setScaleControlOpt($scaleControl = 0)
{
    $output = '';
    if ($scaleControl == 0) {
        $output = 'scaleControl: false';
    } else {
        $output = 'scaleControl: true';
    }
    return $output;
}