LdapTools\AttributeConverter\ConvertLockoutTime::expectsBool PHP Method

expectsBool() protected method

protected expectsBool ( ) : boolean
return boolean
    protected function expectsBool()
    {
        return MBString::strtolower($this->getOptions()['bool']) == MBString::strtolower($this->getAttribute());
    }