Skip to content

Commit

Permalink
Swapped order
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuabaker committed Sep 2, 2015
1 parent 723fa1a commit 3f786ff
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions sitemap/models/Sitemap_UrlModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,17 @@

class Sitemap_UrlModel extends Sitemap_BaseModel
{
/**
* Array of Sitemap_AlternateUrlModel instances.
*
* @var array
*/
protected $alternateUrls = array();

/**
* Constructor.
*
* @param string|Locale $loc
* @param string|urlModel $loc
* @param \DateTimeInterface $lastmod
* @param string $changefreq
* @param string $priority
Expand All @@ -20,13 +27,6 @@ public function __construct($loc, \DateTimeInterface $lastmod, $changefreq = nul
$this->priority = $priority;
}

/**
* Array of Sitemap_AlternateUrlModel instances.
*
* @var array
*/
protected $alternateUrls = array();

/**
* Add an altnative URL.
*
Expand Down

0 comments on commit 3f786ff

Please sign in to comment.