LdapTools\Event\MoveEventTrait::getContainer PHP Method

getContainer() public method

Get the location the LDAP object is moving to.
public getContainer ( ) : string
return string
    public function getContainer()
    {
        return $this->container;
    }