Wrep\Notificato\Apns\Certificate::unserialize PHP Method

unserialize() public method

Constructs the object from serialized data
public unserialize ( $serialized )
    public function unserialize($serialized)
    {
        list($this->pemFile, $this->passphrase, $this->endpointEnv, $this->isValidated, $this->description, $this->validFrom, $this->validTo) = unserialize($serialized);
        // Fingerprint should be recalculated
        $this->fingerprint = null;
    }