Adldap\Models\User::setEmployeeId PHP Method

setEmployeeId() public method

Sets the employee ID.
public setEmployeeId ( string $employeeId ) : User
$employeeId string
return User
    public function setEmployeeId($employeeId)
    {
        return $this->setFirstAttribute($this->schema->employeeId(), $employeeId);
    }