Art4\JsonApiClient\Utils\AccessKey::__toString PHP Méthode

__toString() public méthode

Transforms the Key to a string
public __toString ( ) : string
Résultat string
    public function __toString()
    {
        return $this->raw;
    }
AccessKey