Adldap\Models\User::getEmployeeId PHP Method

getEmployeeId() public method

Return the employee ID.
public getEmployeeId ( ) : string
return string
    public function getEmployeeId()
    {
        return $this->getFirstAttribute($this->schema->employeeId());
    }