94d2fc1815
* Added nxhtml, mostly for django support. * Changed some org settings.
9 lines
122 B
PHP
9 lines
122 B
PHP
<?php
|
|
/**
|
|
*
|
|
* @param string $name
|
|
*/
|
|
public function setName($name) {
|
|
$this->name = $name;
|
|
}
|
|
?>
|