AcmePhp\Ssl\ParsedKey::hasDetail PHP Method

hasDetail() public method

public hasDetail ( string $name ) : boolean
$name string
return boolean
    public function hasDetail($name)
    {
        return isset($this->details[$name]);
    }