LdapTools\Event\LdapObjectCreationEvent::getContainer PHP Method

getContainer() public method

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