mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
MINOR Code formatting in CMSMenuItem
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@65126 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
386c586b38
commit
8d6d5c2501
@ -39,10 +39,10 @@ class CMSMenuItem extends Object
|
|||||||
* @param integer $priority The sort priority of the item
|
* @param integer $priority The sort priority of the item
|
||||||
*/
|
*/
|
||||||
public function __construct($title, $url, $controller = null, $priority = -1) {
|
public function __construct($title, $url, $controller = null, $priority = -1) {
|
||||||
$this->title = $title;
|
$this->title = $title;
|
||||||
$this->url = $url;
|
$this->url = $url;
|
||||||
$this->controller = $controller;
|
$this->controller = $controller;
|
||||||
$this->priority = $priority;
|
$this->priority = $priority;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user