forked from theodo/TheodoRogerCmsBundle
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7db9375
commit b5449eb
Showing
3 changed files
with
5 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,7 +45,6 @@ public function indexAction() | |
return $this->render('TheodoRogerCmsBundle:Page:index.html.twig', array('pages' => $pages)); | ||
} | ||
|
||
|
||
/** | ||
* Edit page action | ||
* | ||
|
@@ -200,7 +199,7 @@ public function removeAction($id) | |
/** | ||
* Expand page action | ||
* | ||
* @param integer $id | ||
* @param integer $id Id of page to edit | ||
* | ||
* @return \Symfony\Component\HttpFoundation\Response | ||
* | ||
|
@@ -233,14 +232,10 @@ public function expandAction($id) | |
* | ||
* @param integer $fromId | ||
* | ||
* @return Response | ||
* @return \Symfony\Component\HttpFoundation\Response | ||
* | ||
* @author Vincent Guillon <[email protected]> | ||
* @since 2011-06-23 | ||
======= | ||
* @param $from_id | ||
* @return \Symfony\Component\HttpFoundation\Response | ||
>>>>>>> Update phpdocs | ||
*/ | ||
public function siteMapComponentAction($fromId) | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -203,7 +203,7 @@ public function findAll($type = 'page') | |
|
||
/** | ||
* | ||
* @param string $type | ||
* @param string $type | ||
* @return EntityRepository | ||
* | ||
* @author Fabrice Bernhard <[email protected]> | ||
|