Gentics Portal.Node PHP API
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
All
Classes
Namespaces
Functions
Variables
Pages
common
modules
user
widgets
UserPasswordChangeWidget.php
1
<?php
2
3
class
UserPasswordChangeWidget
extends
BaseUserWidget
4
{
5
/**
6
* Shows a particular model.
7
*
8
* @return void
9
*/
10
public
function
run
()
11
{
12
if
(Yii::app()->user->id) {
13
$model =
new
UserChangePassword
;
14
15
$this->render(
'UserPasswordChangeWidget'
, array(
'model'
=> $model) );
16
}
17
}
18
}
Generated on Thu Feb 6 2014 15:47:54 for Gentics Portal.Node PHP API by
1.8.1.2