Adldap\Schemas\SchemaInterface::userId PHP Method

userId() public method

The user ID attribute.
public userId ( ) : string
return string
    public function userId();

Usage Example

Example #1
0
 /**
  * Assembles the user ID's in the distinguished name.
  *
  * @return string
  */
 public function assembleUids()
 {
     return $this->assembleRdns($this->schema->userId(), $this->userIds);
 }
SchemaInterface