Wrep\Notificato\Apns\Certificate::serialize PHP Méthode

serialize() public méthode

String representation of object
public serialize ( ) : string
Résultat string
    public function serialize()
    {
        return serialize(array($this->pemFile, $this->passphrase, $this->endpointEnv, $this->isValidated, $this->description, $this->validFrom, $this->validTo));
    }