for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
declare(strict_types=1);
namespace SimpleSAML\WSSecurity\XML\fed;
use SimpleSAML\XML\SchemaValidatableElementInterface;
use SimpleSAML\XML\SchemaValidatableElementTrait;
/**
* A Freshness element
*
* @package simplesamlphp/ws-security
*/
final class Freshness extends AbstractFreshnessType implements SchemaValidatableElementInterface
{
use SchemaValidatableElementTrait;
SimpleSAML\XML\SchemaValidatableElementTrait
SimpleSAML\WSSecurity\XML\fed\Freshness
$message
$line
}