Skip to content

Commit

Permalink
update docblocks (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirish authored Aug 26, 2023
1 parent 4653a24 commit 2b878b6
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/AddressDataExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,20 @@
use SilverStripe\View\SSViewer;
use SilverStripe\View\ThemeResourceLoader;

/**
* Class \Dynamic\SilverStripeGeocoder\AddressDataExtension
*
* @property CompanyAddress|AddressDataExtension $owner
* @property string $Address
* @property string $Address2
* @property string $City
* @property string $State
* @property string $PostalCode
* @property string $Country
* @property bool $LatLngOverride
* @property float $Lat
* @property float $Lng
*/
class AddressDataExtension extends DataExtension
{
/**
Expand Down
5 changes: 5 additions & 0 deletions src/DistanceDataExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
use SilverStripe\ORM\DataQuery;
use SilverStripe\Control\Controller;

/**
* Class \Dynamic\SilverStripeGeocoder\DistanceDataExtension
*
* @property DistanceDataExtension $owner
*/
class DistanceDataExtension extends DataExtension
{
/**
Expand Down

0 comments on commit 2b878b6

Please sign in to comment.