User
class User
Properties
| string | $id | ||
| string | $name | ||
| array | $department | ||
| string | $position | ||
| string | $mobile | ||
| string | $tel | ||
| int | $extid | ||
| int | $gender | ||
| array | $slaves | ||
| bool | $enable | ||
| string | $password | ||
| bool | $cpwd_login |
Methods
build()
No description