Gentics Portal.Node PHP API
 All Classes Namespaces Functions Variables Pages
UserPasswordChangeWidget.php
1 <?php
2 
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 }