AcmePhp\Ssl\ParsedKey::hasDetail PHP Méthode

hasDetail() public méthode

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