Adldap\Schemas\SchemaInterface::commonName PHP Method

commonName() public method

The name that represents an object.
public commonName ( ) : string
return string
    public function commonName();

Usage Example

Example #1
0
 /**
  * Sets the model's common name.
  *
  * @param string $name
  *
  * @return $this
  */
 public function setCommonName($name)
 {
     return $this->setFirstAttribute($this->schema->commonName(), $name);
 }
All Usage Examples Of Adldap\Schemas\SchemaInterface::commonName
SchemaInterface