<?php
namespace nur\ldap\sub;

use nur\ldap\PersonObject;

class Sub {
  function testSub() {
    $p = new PersonObject();
    $p->sn();
  }
}