LdapTools\Event\LdapObjectCreationEvent::getContainer PHP Méthode

getContainer() public méthode

Get the container/OU where the LDAP object will be placed.
public getContainer ( ) : null | string
Résultat null | string
    public function getContainer()
    {
        return $this->container;
    }