1313
1414namespace CCDNUser \ProfileBundle \Component \Crumbs ;
1515
16- use Symfony \ Component \ Security \ Core \ User \ UserInterface ;
16+ use CCDNUser \ ProfileBundle \ Entity \ ProfileUserInterface ;
1717
1818/**
1919 *
@@ -43,10 +43,10 @@ public function addMemberIndex()
4343 /**
4444 *
4545 * @access public
46- * @param \Symfony\Component\Security\Core\User\UserInterface $user
46+ * @param ProfileUserInterface $user
4747 * @return \CCDNUser\ProfileBundle\Component\Crumbs\Factory\CrumbTrail
4848 */
49- public function addProfileOverviewShow (UserInterface $ user )
49+ public function addProfileOverviewShow (ProfileUserInterface $ user )
5050 {
5151 return $ this ->addMemberIndex ()
5252 ->add (
@@ -69,10 +69,10 @@ public function addProfileOverviewShow(UserInterface $user)
6969 /**
7070 *
7171 * @access public
72- * @param \Symfony\Component\Security\Core\User\UserInterface $user
72+ * @param ProfileUserInterface $user
7373 * @return \CCDNUser\ProfileBundle\Component\Crumbs\Factory\CrumbTrail
7474 */
75- public function addProfileBioShow (UserInterface $ user )
75+ public function addProfileBioShow (ProfileUserInterface $ user )
7676 {
7777 return $ this ->addMemberIndex ()
7878 ->add (
@@ -95,10 +95,10 @@ public function addProfileBioShow(UserInterface $user)
9595 /**
9696 *
9797 * @access public
98- * @param \Symfony\Component\Security\Core\User\UserInterface $user
98+ * @param ProfileUserInterface $user
9999 * @return \CCDNUser\ProfileBundle\Component\Crumbs\Factory\CrumbTrail
100100 */
101- public function addProfilePersonalEdit (UserInterface $ user )
101+ public function addProfilePersonalEdit (ProfileUserInterface $ user )
102102 {
103103 return $ this ->addProfileOverviewShow ($ user )
104104 ->add ('crumbs.profile.personal.edit ' ,
@@ -115,10 +115,10 @@ public function addProfilePersonalEdit(UserInterface $user)
115115 /**
116116 *
117117 * @access public
118- * @param \Symfony\Component\Security\Core\User\UserInterface $user
118+ * @param ProfileUserInterface $user
119119 * @return \CCDNUser\ProfileBundle\Component\Crumbs\Factory\CrumbTrail
120120 */
121- public function addProfileInfoEdit (UserInterface $ user )
121+ public function addProfileInfoEdit (ProfileUserInterface $ user )
122122 {
123123 return $ this ->addProfileOverviewShow ($ user )
124124 ->add ('crumbs.profile.info.edit ' ,
@@ -135,10 +135,10 @@ public function addProfileInfoEdit(UserInterface $user)
135135 /**
136136 *
137137 * @access public
138- * @param \Symfony\Component\Security\Core\User\UserInterface $user
138+ * @param ProfileUserInterface $user
139139 * @return \CCDNUser\ProfileBundle\Component\Crumbs\Factory\CrumbTrail
140140 */
141- public function addProfileContactEdit (UserInterface $ user )
141+ public function addProfileContactEdit (ProfileUserInterface $ user )
142142 {
143143 return $ this ->addProfileOverviewShow ($ user )
144144 ->add ('crumbs.profile.contact.edit ' ,
@@ -155,10 +155,10 @@ public function addProfileContactEdit(UserInterface $user)
155155 /**
156156 *
157157 * @access public
158- * @param \Symfony\Component\Security\Core\User\UserInterface $user
158+ * @param ProfileUserInterface $user
159159 * @return \CCDNUser\ProfileBundle\Component\Crumbs\Factory\CrumbTrail
160160 */
161- public function addProfileAvatarEdit (UserInterface $ user )
161+ public function addProfileAvatarEdit (ProfileUserInterface $ user )
162162 {
163163 return $ this ->addProfileOverviewShow ($ user )
164164 ->add ('crumbs.profile.avatar.edit ' ,
@@ -175,10 +175,10 @@ public function addProfileAvatarEdit(UserInterface $user)
175175 /**
176176 *
177177 * @access public
178- * @param \Symfony\Component\Security\Core\User\UserInterface $user
178+ * @param ProfileUserInterface $user
179179 * @return \CCDNUser\ProfileBundle\Component\Crumbs\Factory\CrumbTrail
180180 */
181- public function addProfileBioEdit (UserInterface $ user )
181+ public function addProfileBioEdit (ProfileUserInterface $ user )
182182 {
183183 return $ this ->addProfileOverviewShow ($ user )
184184 ->add ('crumbs.profile.bio.edit ' ,
@@ -195,10 +195,10 @@ public function addProfileBioEdit(UserInterface $user)
195195 /**
196196 *
197197 * @access public
198- * @param \Symfony\Component\Security\Core\User\UserInterface $user
198+ * @param ProfileUserInterface $user
199199 * @return \CCDNUser\ProfileBundle\Component\Crumbs\Factory\CrumbTrail
200200 */
201- public function addProfileSignatureEdit (UserInterface $ user )
201+ public function addProfileSignatureEdit (ProfileUserInterface $ user )
202202 {
203203 return $ this ->addProfileOverviewShow ($ user )
204204 ->add ('crumbs.profile.signature.edit ' ,
0 commit comments