SilverStripe OSM

MapboxField extends TextField
in package

Table of Contents

Properties

$accessToken  : mixed
$locationObject  : mixed
$record_fields  : mixed

Methods

__construct()  : mixed
forTemplate()  : mixed
getHiddenFields()  : mixed
getLocationObject()  : mixed
setLocationObject()  : self

Properties

$record_fields

private static mixed $record_fields = ['Address', 'City', 'Country', 'Latitude', 'Longitude']

Methods

__construct()

public __construct(mixed $name[, mixed $title = null ][, mixed $value = '' ][, mixed $maxLength = null ][, mixed $form = null ][, mixed $object = null ]) : mixed
Parameters
$name : mixed
$title : mixed = null
$value : mixed = ''
$maxLength : mixed = null
$form : mixed = null
$object : mixed = null

getLocationObject()

public getLocationObject() : mixed

setLocationObject()

public setLocationObject(mixed $locationObject) : self
Parameters
$locationObject : mixed
Return values
self

        
On this page

Search results