LdapTools\AttributeConverter\ConvertLockoutTime::expectsBool PHP 메소드

expectsBool() 보호된 메소드

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