summaryrefslogtreecommitdiffstats
path: root/emacs.d/nxhtml/tests/in/sheit-2007-12-26.php
blob: 8aa97cc4cd41ee10bae7452bb7787fa0dae4b880 (plain)
1
2
3
4
5
6
7
8
9
<?php
/**
   *
   * @param string $name
   */
  public function setName($name) {
    $this->name = $name;
  }
?>