Adldap\Schemas\SchemaInterface::commonName PHP Méthode

commonName() public méthode

The name that represents an object.
public commonName ( ) : string
Résultat string
    public function commonName();

Usage Example

Exemple #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