Example #1
0
 public function actionAddWishlist($userid = 1, $propertyid = 78)
 {
     PropertyWishlistApi::addToWishlist($propertyid, $userid);
     echo "<h2>Added to Wishlist</h2>";
 }