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

getEnvironment() public method

Get the APNS environment this certificate is associated with
public getEnvironment ( ) : Certificate::ENDPOINT_ENV_PRODUCTION | Certificate::ENDPOINT_ENV_SANDBOX
return Certificate::ENDPOINT_ENV_PRODUCTION | Certificate::ENDPOINT_ENV_SANDBOX
    public function getEnvironment()
    {
        return $this->endpointEnv;
    }