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;
/**
* Class defining the LogicalServiceNamesOffered element
*
* @package simplesamlphp/ws-security
*/
final class LogicalServiceNamesOffered extends AbstractLogicalServiceNamesOfferedType implements
SchemaValidatableElementInterface
{
use SchemaValidatableElementTrait;
SimpleSAML\XML\SchemaValidatableElementTrait
SimpleSAML\WSSecurity\XM...icalServiceNamesOffered
$message
$line
}